-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 2.24 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
{
"name": "light-design",
"version": "1.0.0",
"description": "Components close to nature.",
"homepage": "lightd.matrixages.com",
"repository": {
"type": "git",
"url": "[email protected]:MatrixAges/light-design.git"
},
"scripts": {
"build:es5": "webpack --mode production --config webpack/es5/webpack.config.js && cd webpack/es5 && node build",
"dev": "cross-env NODE_ENV=development webpack --mode development --watch --config ./webpack/webpack.config.common.js",
"build": "cross-env NODE_ENV=production webpack --mode production --config ./webpack/webpack.config.common.js",
"ctrl + c": "退出后还会监听,需要手动 kill 进程"
},
"main": "dist/miniprogram/app.js",
"keywords": [
"微信小程序",
"微信",
"小程序",
"组件",
"组件库",
"ui",
"component",
"design",
"miniapp",
"wxapp",
"weapp",
"miniprogram"
],
"author": "Matrixage",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.3",
"@types/wechat-miniprogram": "^3.3.0",
"babel-loader": "^8.1.0",
"cache-loader": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.0",
"cross-env": "^7.0.2",
"cssnano": "^4.1.10",
"dotenv-webpack": "^5.1.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^3.0.0-beta.0",
"ignore-emit-webpack-plugin": "^2.0.5",
"lerna": "^3.22.1",
"less": "^3.12.2",
"less-loader": "^7.0.2",
"mini-program-webpack-loader": "^1.1.1",
"miniprogram-api-typings": "3.1.3",
"postcss": "^8.1.6",
"postcss-loader": "^4.0.4",
"purgecss-webpack-plugin": "^3.0.0",
"ts-loader": "^8.0.10",
"typescript": "4.0.3",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.3.0"
}
}