-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.53 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
63
{
"name": "@aftershootco/unicorn-icons",
"version": "1.0.12",
"description": "",
"author": "AfterShoot",
"license": "ISC",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"scripts": {
"build": "rollup -c",
"prepare": "husky install"
},
"repository": {
"url": "https://github.com/aftershootco/Unicorn-Icons.git",
"type": "git"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@rollup/plugin-url": "^8.0.1",
"@svgr/rollup": "^6.5.1",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",
"css-loader": "^6.7.2",
"husky": "^8.0.2",
"node-sass": "^8.0.0",
"postcss": "^8.4.19",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-url": "^10.1.3",
"rollup": "^3.3.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-images": "^1.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-svg-import": "^1.6.0",
"rollup-plugin-terser": "^7.0.2",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"tslib": "^2.4.1",
"typescript": "^4.8.4",
"webpack": "^5.75.0"
},
"files": [
"dist"
],
"types": "dist/index.d.ts",
"dependencies": {},
"keywords": [
"unicorn",
"aftershoot"
]
}