-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.7 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
{
"name": "document-groups",
"version": "0.1.0",
"description": "Mainly used for adding document groups",
"engines": {
"node": ">=4",
"npm": ">=3.0.0"
},
"scripts": {
"build": "webpack --config webpack.production.config.js --progress --profile --colors",
"start": "webpack-dev-server --progress --profile --colors",
"lint": "eslint src",
"tests": "mocha tests.config.js src/**/*.spec.js"
},
"repository": {
"type": "git",
"repo": "[email protected]:minergroup/plantminer-components.git"
},
"devDependencies": {
"axios": "^0.15.3",
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-plugin-transform-runtime": "6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-react": "6.11.1",
"chai": "3.5.0",
"classnames": "^2.2.5",
"css-loader": "0.25.0",
"enzyme": "2.4.1",
"eslint": "3.5.0",
"eslint-loader": "1.5.0",
"eslint-plugin-react": "6.3.0",
"extract-text-webpack-plugin": "1.0.1",
"html-webpack-plugin": "2.22.0",
"json-loader": "0.5.4",
"lodash": "^4.17.4",
"mocha": "3.0.2",
"node-sass": "3.10.0",
"react": "15.3.2",
"react-addons-test-utils": "15.3.2",
"react-autosuggest": "6.0.4",
"react-dom": "15.3.2",
"react-dropzone": "^3.9.0",
"react-hot-loader": "3.0.0-beta.4",
"react-redux": "4.4.5",
"react-select": "^1.0.0-rc.2",
"react-typeahead": "2.0.0-alpha.5",
"redux": "3.6.0",
"redux-thunk": "2.1.0",
"sass-loader": "4.0.2",
"sinon": "^2.1.0",
"style-loader": "0.13.1",
"stylelint-webpack-plugin": "0.4.2",
"webpack": "1.13.2",
"webpack-config": "6.1.3",
"webpack-dev-server": "1.16.1"
}
}