-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.07 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
{
"name": "mpxday",
"version": "1.0.1",
"description": "基于mpx开发的天气预报微信小程序",
"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",
"help": "node ./build/build.js --help"
},
"author": "hbsndg <hbsndg_code@126.com>",
"license": "GPL-3.0-only",
"dependencies": {
"@mpxjs/api-proxy": "^2.5.10",
"@mpxjs/core": "^2.5.11",
"tween.js": "^16.6.0",
"@mpxjs/fetch": "^2.3.9",
"@mpxjs/promisify": "^1.1.7"
},
"devDependencies": {
"copy-webpack-plugin": "^5.0.3",
"@mpxjs/webpack-plugin": "^2.5.11",
"babel-loader": "^8.1.0",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/runtime": "^7.9.2",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-function-sent": "^7.8.3",
"@babel/plugin-proposal-json-strings": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"chalk": "^2.3.2",
"less": "3.11.2",
"less-loader": "6.1.0",
"css-loader": "^0.28.11",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"ora": "^2.0.0",
"path": "^0.12.7",
"rimraf": "^2.6.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"url-loader": "^1.0.1",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.2",
"webpack-bundle-analyzer": "^3.3.2",
"extract-text-webpack-plugin": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.1.3",
"function-bind": "^1.1.0",
"hawk": "^6.0.2",
"hoek": "^5.0.0",
"autoprefixer": "^6.4.0",
"autoprefixer-loader": "^3.2.0",
"optimize-css-assets-webpack-plugin": "^1.3.0"
}
}