-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.33 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
{
"name": "react-zondicons",
"version": "1.1.9",
"description": "React Zondicon Component Collection",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "types/index.d.ts",
"files": [
"css",
"es",
"lib",
"umd",
"types"
],
"scripts": {
"zondicons": "node scripts/build.js",
"build": "npm run zondicons; rimraf .babelrc; nwb build-react-component; rm -rf docs; mv demo/dist docs",
"clean": "nwb clean-module && nwb clean-demo && git checkout umd",
"prepublishOnly": "npm run build",
"start": "npm run zondicons; nwb serve-react-demo"
},
"devDependencies": {
"@types/react": "^16.8.12",
"@types/react-syntax-highlighter": "^10.1.0",
"@types/styled-components": "4.1.8",
"awesome-typescript-loader": "^5.2.1",
"nwb": "0.23.x",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.5.7",
"react-syntax-highlighter": "^10.2.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.1",
"rimraf": "^2.6.3",
"styled-components": "^4.2.0",
"typescript": "^3.4.2"
},
"author": "Oh Kay",
"homepage": "https://khtdr.com/react-zondicons",
"license": "CC-BY-1.0",
"repository": "https://github.com/khtdr/react-zondicons.git",
"keywords": [
"react-component",
"zondicons",
"icons",
"svg",
"react"
]
}