-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.77 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "react-dashboard",
"version": "0.0.0",
"description": "Small description for react-dashboard goes here",
"private": true,
"scripts": {
"start": "webpack-dev-server --progress",
"build": "NODE_ENV=production webpack --config ./webpack.production.config.js --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git@github.com:noranda/react-dashboard.git",
"engines": {
"node": ">= 0.10.0"
},
"author": "Noranda Brown",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.5.0",
"bootstrap-loader": "^1.0.10",
"bootstrap-sass": "^3.3.6",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"chart.js": "^2.1.6",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.6.3",
"font-awesome-sass-loader": "^1.0.1",
"html-webpack-plugin": "^2.22.0",
"imports-loader": "^0.6.5",
"jquery": "^2.2.1",
"jsdom": "^8.1.0",
"lodash": "^3.10.1",
"mocha": "^2.4.5",
"moment": "^2.14.1",
"node-sass": "^3.8.0",
"numeral": "^1.5.3",
"pikaday": "^1.4.0",
"react": "^0.14.8",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.8",
"react-fontawesome": "^1.1.0",
"react-redux": "^4.0.0",
"react-router": "^2.0.1",
"react-transform-hmr": "^1.0.4",
"redux": "^3.0.4",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}