generated from thiswallz/rollup-react-starter-lib-ts
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "react-cyber-elements",
"version": "1.0.2",
"description": "Free Cyberpunk Elements for React",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"files": [
"/lib"
],
"scripts": {
"build": "rollup -c",
"generate:svgs": "npx @svgr/cli --out-dir src -- svgs",
"build:watch": "rollup -c --watch"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.1.0",
"@rollup/plugin-typescript": "^9.0.2",
"@svgr/cli": "^6.5.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.2.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.4.1",
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
"url": "https://github.com/thiswallz/react-cyber-elements.git"
},
"author": "Mau BJW",
"license": "MIT",
"keywords": [
"react-icons",
"react-svgs",
"react-library",
"elements",
"typescript",
"react",
"template"
],
"peerDependencies": {
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
}
}