-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.89 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
{
"name": "react-simple-stack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --colors --progress",
"help": "webpack-dev-server --help",
"storybook": "start-storybook -p 9001",
"test": "NODE_PATH=./src mocha --require ignore-styles -w test/helpers/browser.js src/**/*.spec.js"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/agutoli/react-simple-stack.git"
},
"engines": {
"node": ">=v5.6.0"
},
"devDependencies": {
"@kadira/storybook": "^2.3.0",
"babel-cli": "^6.10.1",
"babel-core": "^6.7.6",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^11.0.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"ignore-styles": "^5.0.1",
"jsdom": "^9.5.0",
"mocha": "^3.0.2",
"node-sass": "^3.9.3",
"react-addons-test-utils": "^15.0.2",
"react-hot-loader": "^1.3.0",
"sass-loader": "^4.0.1",
"sinon": "^1.17.5",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "1.13.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"alt": "^0.18.5",
"alt-utils": "^1.0.0",
"axios": "^0.12.0",
"classnames": "^2.2.5",
"css-loader": "^0.23.1",
"faker": "^3.1.0",
"file-loader": "^0.9.0",
"minimist": "^1.2.0",
"prop-types": "^0.2.0",
"react": "^15.3.1",
"react-dom": "^15.0.2",
"react-router": "^2.4.0",
"speck-entity": "^0.1.2"
}
}