-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.43 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
{
"name": "company.info",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "webpack --watch",
"run": "webpack-dev-server --hot --inline --content-base dist/",
"test": "mocha-webpack -r jsdom-global/register --webpack-config webpack.config-test.js \"app/assets/js/**/*.spec.js\""
},
"devDependencies": {
"babel-core": "6.16.0",
"babel-jest": "16.0.0",
"babel-loader": "6.2.7",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-es2017": "6.16.0",
"babel-register": "6.16.0",
"chai": "^3.5.0",
"css-loader": "0.25.0",
"eslint": "3.6.1",
"eslint-config-standard": "6.1.0",
"eslint-config-standard-jsx": "3.1.0",
"eslint-config-standard-react": "4.1.0",
"eslint-loader": "1.3.0",
"eslint-plugin-promise": "2.0.1",
"eslint-plugin-react": "6.3.0",
"eslint-plugin-standard": "2.0.0",
"extract-text-webpack-plugin": "^2.0.0-beta",
"ignore-loader": "^0.1.2",
"jsdom": "9.9.1",
"jsdom-global": "2.1.1",
"json-loader": "0.5.4",
"mocha": "^3.2.0",
"mocha-webpack": "^0.7.0",
"node-sass": "^4.3.0",
"postcss-loader": "^1.2.2",
"sass-loader": "^4.1.1",
"sinon": "^1.17.7",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "1.16.2"
},
"dependencies": {
"axios": "^0.15.3",
"eventemitter2": "^2.2.2",
"jquery": "^3.1.1"
}
}