-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.5 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "Bearchat",
"version": "1.0.0",
"private": true,
"dependencies": {
"emoji-mart": "^2.11.1",
"firebase": "^6.3.0",
"md5": "^2.2.1",
"mdbreact": "./mdbreact-4.19.0.tgz",
"mime-types": "^2.1.24",
"moment": "^2.24.0",
"node-sass-chokidar": "^1.3.5",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-avatar-editor": "^11.0.7",
"react-dom": "^16.8.6",
"react-fontawesome": "^1.6.1",
"react-fullscreen-image": "0.0.3",
"react-keydown": "^1.9.11",
"react-materialize": "^3.3.4",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-transition-group": "^4.2.2",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.87.3",
"uuid": "^3.3.2"
},
"scripts": {
"build-css": "node-sass-chokidar --inklude-path ./src/css --include-path ../node_modules src/css -o src/css",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src/css --include-path ../node_modules src/css -o src/css --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"renamer": "^1.0.0",
"rimraf": "^2.6.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}