-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.54 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@dassana-io/web-icons",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:dassana-io/web-icons",
"directory": "@dassana-io/web-icons"
},
"version": "0.1.6",
"scripts": {
"build": "rollup -c rollup.config.ts --configPlugin typescript",
"lint": "eslint --fix"
},
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@eslint/compat": "^1.2.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@vitejs/plugin-react": "^4.3.2",
"browserslist-to-esbuild": "^2.1.1",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}