-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.29 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "QWTest",
"version": "0.0.1",
"description": "",
"scripts": {
"start": "webpack-dev-server --config webpack/webpack.config.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/"
},
"keywords": [
"react",
"redux"
],
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.7.0",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-espower": "^2.3.2",
"babel-plugin-flow-react-proptypes": "^0.21.0",
"babel-plugin-styled-components": "^1.0.0",
"babel-plugin-styled-components-autoprefixer": "0.0.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.22.0",
"babel-runtime": "^6.22.0",
"browser-env": "^2.0.19",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"html-webpack-plugin": "^2.26.0",
"ignore-styles": "^5.0.1",
"jest": "^18.1.0",
"jsdom": "^9.10.0",
"nyc": "^10.1.2",
"postcss-functions": "^2.1.1",
"postcss-loader": "^1.2.2",
"postcss-reporter": "^3.0.0",
"precss": "^1.4.0",
"preload-webpack-plugin": "^1.2.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-test-renderer": "^15.4.2",
"recompose": "^0.21.2",
"rewire": "^2.5.2",
"source-map-loader": "^0.1.6",
"style-loader": "^0.13.1",
"styled-components": "^1.4.0",
"stylefmt": "^5.1.2",
"stylefmt-loader": "^1.2.1",
"stylelint": "^7.7.1",
"stylelint-config-css-modules": "^0.1.0",
"stylelint-config-standard": "^15.0.1",
"stylelint-processor-styled-components": "0.0.4",
"stylint": "^1.5.9",
"stylint-loader": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.3.1",
"webpack-dev-server": "^2.4.1",
"webpack-notifier": "^1.5.0"
},
"dependencies": {
"@blueprintjs/core": "^1.11.1",
"axios": "^0.16.1",
"classnames": "^2.2.5",
"credit-card-identifier": "^0.2.0",
"file-loader": "^0.9.0",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"object-path": "^0.11.3",
"offline-plugin": "^4.5.5",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-pure-render": "^1.0.2",
"react-redux": "^5.0.2",
"react-router": "^4.0.0-beta.8",
"react-router-dom": "^4.0.0",
"redux": "^3.6.0",
"redux-catch-promise": "^1.0.3",
"redux-thunk": "^2.2.0",
"rxjs": "^5.0.3",
"styled-components": "^1.4.4",
"stylus": "^0.54.5",
"stylus-loader": "^2.5.1",
"vstack-validator": "^3.1.0"
}
}