-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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": "un-peer",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.5.2",
"bootstrap": "^4.1.3",
"dateformat": "^3.0.3",
"firebase": "^4.13.1",
"firebase-admin": "^5.13.1",
"firebase-functions": "^1.1.0",
"firebase-tools": "^3.19.2",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"markdown": "^0.5.0",
"moment": "^2.22.2",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "^4.1.3",
"popper.js": "^1.14.3",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-calendar": "^2.16.1",
"react-datepicker": "^1.5.0",
"react-dom": "^16.4.2",
"react-modal": "^3.5.1",
"react-octicons": "^0.2.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.4",
"remove": "^0.1.5"
},
"scripts": {
"start-js": "react-scripts start",
"build-js": "react-scripts build",
"start": "npm-run-all -p watch-css start-js",
"build": "npm-run-all build-css build-js",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"test": "react-scripts test --env=jsdom",
"eslint": "eslint src/",
"eject": "react-scripts eject"
},
"devDependencies": {
"node-sass": "^4.9.2",
"postcss-loader": "^2.1.6",
"react-test-renderer": "^16.4.2",
"sass-loader": "^6.0.7",
"webpack": "^3.12.0"
}
}