-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "celestial",
"version": "1.0.1",
"description": "A basic theme using the WordPress REST API and React",
"main": "index.js",
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"webpack-cli": "^3.1.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "*",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"image-webpack-loader": "^4.3.1",
"node-sass": "^4.9.2",
"path": "^0.12.7",
"prop-types": "^15.6.2",
"react-router-dom": "^4.3.1",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^3.6.0"
},
"scripts": {
"build": "webpack -p",
"watch": "webpack --watch",
"start": "webpack --watch"
},
"keywords": [
"blog",
"decoupled",
"react",
"rest-api"
],
"author": "Muhammad Muhsin",
"license": "GPL-3.0"
}