forked from nice-digital/nice-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.9 KB
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
{
"name": "@nice-digital/icons",
"version": "2.1.1",
"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.4.4",
"@babel/node": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@nice-digital/eslint-config": "^1.0.3",
"@svgr/cli": "^4.3.1",
"babel-eslint": "^10.0.2",
"doctoc": "^1.4.0",
"eslint": "^6.0.1",
"eslint-plugin-flowtype": "^3.11.1",
"grunt": "^1.0.4",
"grunt-webfont": "^1.7.2",
"load-grunt-config": "^2.0.0",
"np": "^5.0.3"
},
"peerDependencies": {
"react": ">=15"
}
}