-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "pscheduler",
"version": "1.4.4",
"main": "src/main/js/index.jsx",
"scripts": {
"dev": "webpack-dev-server --hot --inline",
"build": "webpack -p"
},
"author": "Phillip Ngo",
"license": "ISC",
"dependencies": {
"babel-plugin-transform-builtin-extend": "^1.1.2",
"moment": "^2.22.2",
"query-string": "^5.0.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.3.1",
"react-spinners": "^0.2.1",
"redux": "^3.7.2",
"redux-form": "^7.4.2",
"redux-thunk": "^2.2.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-react": "^7.10.0",
"react-scripts": "^1.1.5",
"redux-logger": "^3.0.6",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
}
}