-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
{
"name": "gridicons",
"version": "3.4.2",
"main": "dist/index.js",
"files": [
"dist/",
"svg-sprite/gridicons.svg"
],
"scripts": {
"build": "grunt --verbose",
"prepublish": "npm run build"
},
"peerDependencies": {
"react": "15 - 18"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/gridicons"
},
"license": "GPL-2.0+",
"dependencies": {
"prop-types": "^15.5.7"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"babel-preset-minify": "^0.5.1",
"grunt": "^1.4.1",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-rename-util": "^1.0.0",
"grunt-svgmin": "^6.0.1",
"grunt-svgstore": "^2.0.0",
"jit-grunt": "^0.10.0",
"load-grunt-tasks": "^5.1.0",
"pdfkit": "0.8.3",
"svg-to-pdfkit": "0.1.3",
"xml2js": "^0.4.17"
},
"volta": {
"node": "16.8.0",
"npm": "7.21.1"
}
}