-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.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
{
"name": "wp-decoupled",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development webpack --watch --mode=development",
"build": "NODE_ENV=production webpack ",
"start": "node ./server-build/index.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/00kaku/wp-decoupled.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/00kaku/wp-decoupled/issues"
},
"homepage": "https://github.com/00kaku/wp-decoupled#readme",
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"buffer": "^6.0.3",
"css-loader": "^5.2.1",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"nodemon": "^2.0.4",
"npm-run-all": "^4.1.5",
"style-loader": "^2.0.0",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"cors": "^2.8.5",
"dompurify": "^2.2.7",
"express": "^4.17.1",
"isomorphic-fetch": "^3.0.0",
"react": "^16.0.0",
"react-dom": "^16.14.0",
"react-html-parser": "^2.0.2",
"react-router-dom": "^5.2.0"
}
}