-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.25 KB
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
{
"name": "codeLaborate",
"version": "1.0.0",
"description": "Project Management for project managers",
"main": "index.js",
"scripts": {
"test": "webpack-dev-server",
"start": "nodemon src/server/server.js",
"build": "./node_modules/.bin/webpack -w",
"lint": "./node_modules/.bin/eslint src"
},
"engines": {
"node": "6.9.1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"css-loader": "^0.26.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"nodemon": "^1.11.0",
"react-hot-loader": "^1.3.1",
"style-loader": "^0.13.1"
},
"dependencies": {
"axios": "^0.15.3",
"babel": "^6.5.2",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"jquery": "^3.1.1",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"sequelize": "^3.28.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}