-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.7 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
{
"name": "wp-react-boilerplate",
"version": "0.0.1",
"description": "",
"repository": {
"type": "git"
},
"main": "index.js",
"dependencies": {
"@wordpress/i18n": "^3.3.0",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-react": "^6.24.1",
"bootstrap-webpack": "0.0.5",
"classnames": "^2.2.6",
"css-loader": "^2.1.1",
"es6-promise": "^3.3.1",
"eslint": "^5.16.0",
"eslint-plugin-react": "^3.16.1",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.8.5",
"history": "^3.3.0",
"imports-loader": "^0.6.5",
"isomorphic-fetch": "^2.2.1",
"less": "^3.7.1",
"less-loader": "^2.2.3",
"moment": "^2.22.2",
"node-sass": "^4.14.1",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-redux": "^4.4.9",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scroll": "^1.7.10",
"react-select": "^1.2.0",
"react-tooltip": "^3.6.1",
"react-waypoint": "^7.3.4",
"redux": "^3.7.2",
"redux-logger": "^2.10.2",
"redux-thunk": "^2.3.0",
"sass-loader": "^3.2.3",
"style-loader": "^0.13.2",
"url-loader": "^1.0.1",
"webpack": "^2.7.0",
"webpack-dev-server": "^3.11.0"
},
"engines": {
"node": ">=0.8"
},
"scripts": {
"build": "NODE_ENV=production webpack",
"build-dev": "webpack --watch",
"dev": "webpack --watch",
"lint": "eslint src"
},
"devDependencies": {
"bootstrap": "^3.4.1"
}
}