This repository was archived by the owner on Jan 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.68 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.68 KB
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
{
"name": "stoke-react-scripts",
"version": "2.4.0",
"description": "Common scripts for running React-based apps and websites",
"repository": "stokestudio/stoke-react-scripts",
"author": "Kevin Wade <kevin@stokestudio.com>",
"license": "MIT",
"bin": {
"stoke-react-scripts": "./bin/stoke-react-scripts.js"
},
"peerDependencies": {
"react": "15.x",
"react-dom": "15.x"
},
"dependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-import-inspector": "^2.0.0",
"babel-plugin-lodash": "^3.2.9",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.4",
"eslint-loader": "^1.8.0",
"extract-text-webpack-plugin": "^2.1.2",
"html-loader": "^0.4.5",
"json-loader": "^0.5.4",
"node-sass": "^4.5.3",
"null-loader": "^0.1.1",
"postcss-assets": "^4.1.0",
"postcss-flexbugs-fixes": "^3.0.0",
"postcss-loader": "^1.3.3",
"postcss-pseudo-class-any-link": "^4.0.0",
"postcss-pxtorem": "^4.0.1",
"precss": "^2.0.0",
"promise": "^8.0.0",
"react-hot-loader": "^3.0.0-beta.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.1.1",
"eslint-config-react-app": "^1.0.5",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-jsx-a11y": "^5.1.0",
"eslint-plugin-react": "^7.1.0"
}
}