-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
{
"name": "hero-carousel",
"version": "1.0.0",
"description": "Hero Caoursel",
"scripts": {
"start": "node server.js",
"lint": "eslint src",
"test": "mocha --compilers test/config/scssCompiler.js -w test/helpers/browser.js test/**/*.spec.js",
"test:watch": "npm test -- --watch"
},
"devDependencies": {
"babel-core": "6.18.2",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.8",
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babel-register": "6.18.0",
"chai": "3.5.0",
"css-loader": "0.26.1",
"enzyme": "2.6.0",
"eslint": "3.12.1",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.8.0",
"express": "4.14.0",
"jsdom": "9.8.3",
"json-loader": "^0.5.4",
"mocha": "3.1.2",
"mock-require": "1.3.0",
"node-sass": "3.11.3",
"react-addons-test-utils": "15.3.2",
"react-hot-loader": "1.3.0",
"resolve-url-loader": "1.6.0",
"sass-loader": "4.0.2",
"style-loader": "0.13.1",
"url-loader": "^0.5.7",
"webpack": "1.12.2",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.10.0"
},
"dependencies": {
"axios": "0.15.3",
"lodash": "4.16.6",
"react": "15.3.2",
"react-dom": "15.3.2"
}
}