-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.59 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
{
"name": "ghpages-react-es6-bs3-sass-webpack",
"version": "0.0.1",
"description": "Example ghpages repo, configured with react, babel, bootstrap 4, sass and webpack",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --content-base docs/ --hot --inline",
"build": "cross-env NODE_ENV=production webpack -p"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.8",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"cross-env": "^3.1.3",
"css-loader": "^0.26.1",
"eslint": "^3.11.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-standard": "^2.0.1",
"exports-loader": "^0.6.3",
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"node-sass": "^3.13.0",
"react-transform-hmr": "^1.0.4",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"webpack-validator": "^2.2.11"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.5",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"promise-polyfill": "^6.0.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-tether": "^0.5.2",
"setimmediate": "^1.0.5",
"tether": "^1.3.9",
"whatwg-fetch": "^2.0.1"
}
}