-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 861 Bytes
/
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
{
"name": "digital-time-capsule-server",
"version": "0.13.7",
"private": true,
"dependencies": {
"babel-core": "6.14.0",
"body-parser": "^1.18.3",
"create-react-class": "^15.6.3",
"express": "4.13.3",
"mongodb": "^3.1.13",
"react-color": "^2.14.1",
"react-draggable": "^3.0.5",
"react-dropzone-component": "^3.2.0",
"react-image-dropzone": "^1.11.0",
"react-images-upload": "^1.2.3",
"uuid": "^3.3.2"
},
"scripts": {
"start": "concurrently \"npm run server\" \"npm run app\"",
"server": "node server.js",
"app": "node launchApp.js",
"lint": "eslint ."
},
"devDependencies": {
"concurrently": "3.1.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.9.0"
}
}