-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 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
{
"name": "frip-react-dashboard",
"version": "1.0.0",
"description": "Frip Dashboard for Venues ",
"main": "index.js",
"scripts": {
"dev": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --port 8000",
"start": "node server.js",
"postinstall": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1",
"test:watch": "npm run test -- --watch"
},
"author": "Fripapp",
"license": "ISC",
"dependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"jquery": "^2.2.1",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0",
"axios": "^0.15.2",
"babel-preset-stage-1": "^6.1.18",
"express": "^4.14.0",
"fixed-data-table": "^0.6.3",
"lodash": "^3.10.1",
"promise": "^7.1.1",
"react": "^15.4.1",
"react-addons-update": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^4.0.0",
"react-router": "^2.0.1",
"redux": "^3.0.4",
"redux-form": "^4.1.3",
"redux-promise": "^0.5.3"
}
}