forked from KnicknackCadillac/Knicknack-Cadillac
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 777 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 777 Bytes
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
{
"name": "knicknack-cadillac",
"version": "1.1.0",
"description": "",
"author": "",
"license": "UNLICENSED",
"private": true,
"scripts": {
"build": "node_modules/.bin/webpack --watch --devtool source-map",
"postinstall": "curl -s https://raw.githubusercontent.com/hackreactor-labs/pomander/master/bin/install | bash"
},
"dependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"jquery": "^2.2.4",
"mysql": "^2.10.2",
"react": "^15.1.0",
"react-d3": "^0.4.0",
"react-dom": "^15.1.0",
"socket.io": "^1.4.6",
"watson-developer-cloud": "^1.9.2"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0"
}
}