-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
43 lines (43 loc) · 1.2 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": "practice-truth",
"version": "0.0.1",
"description": "Practice is the sole criterion for testing truth",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --mode development --inline --progress --config webpack.config.js",
"build": "webpack --mode production --progress",
"wechat": "node ./wechat/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/noahlam/practice-truth.git"
},
"author": "noah",
"license": "MIT",
"bugs": {
"url": "https://github.com/noahlam/practice-truth.git/issues"
},
"homepage": "https://github.com/noahlam/practice-truth.git#readme",
"dependencies": {
"@babel/parser": "^7.4.3",
"axios": "*",
"babel-cli": "^6.26.0",
"parcel-bundler": "^1.12.3",
"vue": "*"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-types": "^6.26.0",
"css-loader": "*",
"html-webpack-plugin": "^3.2.0",
"style-loader": "0.21.0",
"vue-loader": "^15.0.5",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.0.0",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.3",
"xml2js": "^0.4.19"
}
}