-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 995 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
33
34
35
36
37
38
{
"name": "see-through-me",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "nodemon server/server.js",
"build": "webpack",
"build:watch": "webpack --watch",
"test": "recho \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^0.15.3",
"body-parser": "^1.17.1",
"cors": "^2.8.1",
"express": "^4.15.2",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.4.2",
"react-dropzone": "^3.12.2",
"react-router": "^3.0.2",
"react-router-transition": "0.0.6",
"watson-developer-cloud": "^2.27.0"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.23.0",
"cloudinary": "^1.8.0",
"css-loader": "^0.27.3",
"multer": "^1.3.0",
"nodemon": "^1.11.0",
"react-dropzone": "^3.12.2",
"style-loader": "^0.13.2",
"superagent": "^3.5.1",
"webpack": "^2.2.1"
}
}