-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 2.98 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "intervention-engine",
"version": "1.0.0",
"description": "Web application for data-driven team huddles",
"scripts": {
"test": "NODE_ENV=test mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
"test:watch": "npm test -- --watch",
"start": "webpack-dev-server --progress",
"build": "NODE_ENV=production webpack --config ./webpack.production.config.js --progress",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git@github.com:intervention-engine/frontend-react.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/intervention-engine/frontend-react/issues"
},
"homepage": "https://github.com/intervention-engine/frontend-react",
"devDependencies": {
"autoprefixer": "^6.4.1",
"axios": "^0.13.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-polyfill": "^6.9.1",
"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",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"d3-array": "^1.0.1",
"d3-collection": "^1.0.1",
"d3-scale": "^1.0.3",
"d3-shape": "^1.0.3",
"d3-voronoi": "^1.1.0",
"deep-equal": "^1.0.1",
"eslint": "^3.1.0",
"eslint-plugin-react": "^5.2.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.6.3",
"font-awesome-sass-loader": "^1.0.1",
"git-repo-version": "^0.4.0",
"history": "^2.1.2",
"html-webpack-plugin": "^2.22.0",
"immutable": "^3.7.6",
"isomorphic-fetch": "^2.2.1",
"jquery": "^2.2.1",
"jsdom": "^8.1.0",
"lodash": "^4.12.0",
"mocha": "^2.3.4",
"moment": "^2.13.0",
"node-sass": "^3.8.0",
"pikaday": "^1.4.0",
"postcss-loader": "^0.11.1",
"react": "^15.3.1",
"react-addons-create-fragment": "^15.3.2",
"react-addons-test-utils": "^15.3.1",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.3.1",
"react-fontawesome": "^1.1.0",
"react-paginate": "^2.2.3",
"react-pikaday-component": "^2.1.4",
"react-redux": "^4.2.1",
"react-router": "^2.6.1",
"react-router-bootstrap": "^0.23.1",
"react-router-redux": "^4.0.7",
"react-tooltip": "^3.2.1",
"react-transform-hmr": "^1.0.4",
"redux": "^3.2.1",
"redux-devtools": "^3.1.0",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.3",
"redux-logger": "^2.4.0",
"redux-promise-middleware": "^3.0.0",
"redux-thunk": "^2.1.0",
"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",
"write-file-webpack-plugin": "^3.1.8"
}
}