-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "diandian",
"version": "1.0.0",
"description": "点点的世界",
"main": "index.js",
"scripts": {
"watch": "node ./build/build.js -w",
"watch:prod": "node ./build/build.js -w -p",
"build": "node ./build/build.js -p",
"build:dev": "node ./build/build.js",
"lint": "eslint --ext .js,.mpx src/",
"help": "node ./build/build.js --help"
},
"author": "wodewone",
"license": "ISC",
"dependencies": {
"@mpxjs/api-proxy": "^2.5.10",
"@mpxjs/core": "^2.6.22",
"vue": "^2.6.10",
"vue-i18n": "^8.15.3"
},
"devDependencies": {
"@mpxjs/webpack-plugin": "^2.6.22",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^22.4.4",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"chalk": "^2.3.2",
"commander": "^6.0.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^0.28.11",
"eslint": "^6.0.0",
"eslint-config-babel": "^8.0.2",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-html": "^6.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-local-rules": "^0.1.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.12.0",
"jest": "^24.9.0",
"miniprogram-simulate": "^1.1.6",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"ora": "^2.0.0",
"path": "^0.12.7",
"rimraf": "^2.6.2",
"sass-loader": "^10.0.4",
"style-loader": "^1.0.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-loader": "^6.0.0",
"typescript": "^3.5.0",
"url-loader": "^1.0.1",
"vue-loader": "^14.2.4",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.1.2"
}
}