forked from coldemo/gallery.code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.79 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.79 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
{
"name": "gallery.code",
"version": "0.0.1",
"main": "build/index.html",
"unpkg": "build/index.html",
"dependencies": {
"@loadable/component": "^5.12.0",
"antd": "^3.26.12",
"axios": "^0.19.0",
"codemirror": "^5.52.2",
"immer": "^6.0.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-codemirror2": "^7.1.0",
"react-dom": "^16.8.6",
"react-drag-sizing": "0.1.0-alpha.1",
"react-helmet": "^5.2.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"styled-components": "^4.3.2",
"styled-media-query": "^2.1.2",
"use-media": "^1.4.0"
},
"devDependencies": {
"@types/babel__standalone": "^7.1.2",
"@types/jest": "24.0.15",
"@types/loadable__component": "^5.10.0",
"@types/lodash": "^4.14.149",
"@types/node": "12.0.10",
"@types/react": "16.8.22",
"@types/react-dom": "16.8.4",
"@types/react-helmet": "^5.0.15",
"@types/react-router": "^5.1.5",
"@types/react-router-dom": "^5.1.3",
"@types/styled-components": "^4.1.18",
"eslint-config-prettier": "^5.1.0",
"eslint-plugin-prettier": "^3.1.0",
"gh-pages": "^2.2.0",
"prettier": "^1.18.2",
"react-scripts": "^3.1.1",
"typescript": "3.5.2"
},
"scripts": {
"deploy": "npm run build && echo coldemo.js.org > build/CNAME && gh-pages -d ./build -b master -r [email protected]:coldemo/coldemo.github.io.git",
"dev": "npm start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}