-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
80 lines (80 loc) · 2 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@nice-digital/icons",
"version": "2.1.9",
"description": "Icons for use in NICE Digital Services",
"main": "index.js",
"scripts": {
"start": "npm run webfont && npm run svgr",
"svgr": "svgr -d es6 src && npm run es5ify",
"es5ify": "babel es6 -d lib",
"webfont": "grunt dist --color",
"test": "echo \"No tests :)\" && exit 0",
"readme": "doctoc ./README.md && babel-node ./scripts/readme-replacer.js",
"lint": "eslint .",
"// Releasing": "",
"release": "np",
"release:major": "np major",
"release:minor": "np minor",
"release:patch": "np patch",
"// Lifecycle hooks": "",
"prepublishOnly": "npm start && npm run readme"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhsevidence/nice-icons.git"
},
"keywords": [
"nice",
"icons",
"nhs",
"webfont",
"svg"
],
"author": "NICE Digital Services (https://github.com/nhsevidence/nice-icons/graphs/contributors)",
"contributors": [
"NICE Digital Services (https://www.nice.org.uk/)",
"Ian Routledge (http://ediblecode.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nhsevidence/nice-icons/issues"
},
"homepage": "https://github.com/nhsevidence/nice-icons#readme",
"files": [
"dist",
"es6",
"lib",
"scss",
"src"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@nice-digital/eslint-config": "^1.0.3",
"@svgr/cli": "^5.1.0",
"babel-eslint": "^10.0.3",
"doctoc": "^1.4.0",
"eslint": "^6.8.0",
"eslint-plugin-flowtype": "^4.6.0",
"grunt": "^1.0.4",
"grunt-webfont": "^1.7.2",
"load-grunt-config": "^3.0.1",
"np": "^5.2.1"
},
"peerDependencies": {
"react": ">=15"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.8.0"
},
"volta": {
"node": "12.22.7"
}
}