-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "react-split",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "mocha --compilers js:babel-register 'src/**/*.spec.js'",
"dev": "webpack-dev-server --port 8081 --config webpack.config.js"
},
"author": "Peter Marton",
"license": "ISC",
"engines": {
"node": "4.2.3"
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-register": "^6.3.13",
"chai": "^3.4.1",
"classnames": "^2.2.1",
"enzyme": "^1.0.0",
"eslint": "^1.10.2",
"eslint-plugin-react": "^3.10.0",
"eslint-plugin-standard": "^1.3.1",
"immutable": "^3.7.5",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"react": "^0.14.3",
"react-addons-linked-state-mixin": "^0.14.3",
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.3",
"react-immutable-proptypes": "^1.5.0",
"react-mixin": "^3.0.3",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}