-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "rex",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"react-dev": "NODE_ENV=production webpack -d --watch",
"windows-react-dev": "SET NODE_ENV=production& webpack -d --watch",
"server-dev": "nodemon server/index.js"
},
"author": "Get Rext",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react-app": "^3.1.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"style-loader": "^0.20.3",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"express": "^4.16.3",
"express-session": "^1.15.6",
"file-loader": "^1.1.11",
"image-webpack-loader": "^4.2.0",
"lodash": "^4.17.5",
"material-ui": "^1.0.0-beta.42",
"moment": "^2.22.1",
"npm": "^5.8.0",
"path": "^0.12.7",
"pg": "^7.4.1",
"proxify-url": "^1.0.1",
"react": "^16.3.1",
"react-addons-css-transition-group": "^15.6.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.1",
"react-router-dom": "^4.2.2",
"reactstrap": "^5.0.0",
"semantic-ui-react": "^0.79.1",
"sequelize": "^4.37.6",
"styled-components": "^3.2.5",
"sweetalert2": "^7.19.0",
"xml2js": "^0.4.19"
}
}