-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.03 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
{
"name": "navbar",
"version": "0.0.1",
"description": "",
"private": true,
"scripts": {
"start": "webpack-dashboard -- node server.js",
"build": "NODE_ENV=production webpack",
"test": "mocha source/js/tests --compilers js:babel-core/register --recursive"
},
"dependencies": {
"array.prototype.find": "^2.0.0",
"array.prototype.findindex": "^2.0.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"classnames": "^2.1.5",
"dataset": "^0.3.1",
"object-assign": "^4.0.1",
"react": "^16.8.4",
"react-dom": "^16.4.1",
"react-addons-css-transition-group": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-helmet": "^3.0.1",
"react-redux": "^4.4",
"redux": "^3.0",
"redux-actions": "^0.7.0",
"redux-promise": "^0.5.0",
"redux-thunk": "^1.0.3",
"superagent": "^8.0.8",
"navigation-widget": "^1.0.14"
},
"devDependencies": {}
}