This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
forked from hegeduscs/arrowheaduif
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.2 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "arrowhead-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/moment": "^1.0.1",
"@material-ui/core": "3.8.1",
"@material-ui/icons": "^3.0.1",
"array-move": "^1.0.0",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"downshift": "^3.1.7",
"express": "^4.16.3",
"js-file-download": "^0.4.8",
"keycode": "^2.2.0",
"lodash": "^4.17.10",
"match-sorter": "^2.3.0",
"material-ui-chip-input": "^1.0.0-beta.11",
"material-ui-pickers": "^2.1.1",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-files": "^2.4.8",
"react-notification-system": "^0.2.17",
"react-notification-system-redux": "^1.2.0",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-select": "^2.2.0",
"react-sortable-hoc": "^1.5.3",
"react-swipeable-views": "^0.13.0",
"react-time": "^4.3.0",
"redux": "^4.0.0",
"redux-form": "^7.4.2",
"redux-thunk": "^2.3.0",
"typeface-roboto": "0.0.54"
},
"scripts": {
"start-js": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start": "npm-run-all -p watch-css start-js",
"start_prod": "node server.js",
"serve": "npm run build && npm run start_prod"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.4.0",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-standard": "^3.1.0",
"node-sass-chokidar": "^1.3.0",
"npm-run-all": "^4.1.3",
"prettier": "^1.18.2",
"pretty-quick": "^2.0.0"
}
}