-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 929 Bytes
/
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
{
"name": "ggtalk",
"version": "0.1.0",
"private": true,
"dependencies": {
"autolinker": "^1.7.1",
"bootstrap": "^4.1.3",
"fuse.js": "^3.4.5",
"leancloud-storage": "^3.15.0",
"mediaelement": "^4.2.9",
"npm-run-all": "^4.1.3",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.0",
"reactstrap": "^6.5.0",
"showdown": "^1.9.1",
"xml-js": "^1.6.8"
},
"scripts": {
"watch-css": "stylus -w `find src/ -type f -name '*.styl'`",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build-css": "stylus `find src/ -type f -name '*.styl'`",
"build": "npm-run-all -p build-css build-js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}