-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 939 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 939 Bytes
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
{
"name": "dsplay-template-rss",
"version": "1.1.0",
"private": true,
"dependencies": {
"@dsplay/react-template-utils": "^4.0.0",
"node-sass": "^4.14.1",
"react": "^16.14.0",
"react-app-polyfill": "^1.0.6",
"react-dom": "^16.14.0",
"react-scripts": "^3.4.4",
"sass": "^1.55.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"prezip": "npm run build",
"zip": "./build.sh",
"serve": "npm run build && serve -s -p 3000 build"
},
"homepage": "./",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all"
],
"development2": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}