-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathpackage.json
72 lines (72 loc) · 2.36 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
{
"name": "fashop",
"version": "1.0.0",
"scripts": {
"dev": "npm run dev:mini",
"build": "npm run build:mini",
"dev:mini": "webpack --mode development --watch --config ./build/webpack.config.mini.js",
"build:mini": "webpack --mode production --config ./build/webpack.config.mini.js",
"dva": "node scripts/dvaModel"
},
"description": "mini loader 打包小程序插件示例",
"main": "index.js",
"directories": {
"doc": "doc"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/runtime": "^7.5.1",
"autoprefixer": "^8.5.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"cache-loader": "^1.2.2",
"copy-webpack-plugin": "^4.5.2",
"eslint": "^5.0.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.13.0",
"file-loader": "^1.1.11",
"fs-extra": "^4.0.2",
"gh-pages": "^1.1.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"mini-program-webpack-loader": "https://gitee.com/hanwenbo/mini-program-webpack-loader.git",
"node-sass": "^4.9.0",
"px2rpx-loader": "^0.1.10",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.3",
"webpack": "^4.35.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.0.8",
"webpack-merge": "^4.1.3"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"dependencies": {
"dayjs": "^1.10.4",
"deep-diff": "^1.0.2",
"dva-core": "^2.0.2",
"dva-loading": "^3.0.20",
"redux": "^4.0.5",
"smart-arraytotree": "^1.1.0"
}
}