-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.46 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "subschema-redux",
"version": "0.0.1",
"description": "Redux for Subschema",
"main": "./index.js",
"scripts": {
"karma": "NODE_ENV=test karma start --no-single-run --colors --auto-watch",
"test": "npm run mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/subschema/subschema-redux.git"
},
"keywords": [
"Subschema",
"Redux",
"Forms",
"React"
],
"author": "Justin Spears <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/subschema/subschema-redux/issues"
},
"homepage": "https://github.com/subschema/subschema-redux#readme",
"dependencies": {
"redux": "^3.6.0",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel": "^6.5.2",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.0",
"css-loader": "^0.23.1",
"es6-promise": "^3.0.2",
"expect": "^1.14.0",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"json-loader": "^0.5.3",
"karma": "^1.3.0",
"karma-chrome-launcher": "^1.0.1",
"karma-cli": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.8.0",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"lodash": "^4.16.4",
"mocha": "^2.4.5",
"postcss": "^5.0.19",
"postcss-loader": "^0.9.1",
"raw-loader": "^0.5.1",
"react": "^15.3.1",
"react-addons-css-transition-group": "^15.3.1",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"react-transform-hmr": "^1.0.4",
"rimraf": "^2.5.0",
"source-map": "^0.5.3",
"source-map-support": "^0.4.0",
"strip-loader": "^0.1.1",
"style-loader": "^0.13.0",
"subschema-expression": "^1.2.0",
"subschema-injection": "^1.2.4",
"subschema-prop-types": "^1.1.6",
"subschema-test-support": "^1.3.5",
"supports-color": "^3.1.2",
"text-loader": "0.0.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.11.0"
}
}