forked from dianluyuanli-wp/jsDiffWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.07 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.07 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
{
"name": "webdiff",
"version": "0.0.5",
"scripts": {
"start": "node ./bin/start",
"build": "webpack --color --config webpack.config.js",
"deploy": "npm run build && node writeHtml.js"
},
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"antd": "^4.4.2",
"classnames": "^2.2.6",
"diff": "^4.0.2",
"ejs": "^2.4.1",
"express": "^4.16.4",
"http-errors": "^1.6.2",
"morgan": "^1.9.1",
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.0",
"css-loader": "^0.28.11",
"mini-css-extract-plugin": "^0.4.5",
"source-map-loader": "^1.0.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
}
}