-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
{
"name": "@mpflow/plugin-css",
"version": "1.0.0-alpha.2",
"description": "> TODO: description",
"author": "chyizheng <[email protected]>",
"homepage": "",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "[email protected]:wechat-miniprogram/mpflow.git"
},
"scripts": {
"build": "node ../../scripts/build",
"build-js": "node ../../scripts/build-js",
"build-ts": "node ../../scripts/build-ts"
},
"dependencies": {
"@mpflow/wxss-loader": "workspace:*",
"css-loader": "^3.6.0",
"deepmerge": "^4.3.1",
"less-loader": "^6.2.0",
"postcss": "^8.4.47",
"postcss-loader": "^4.3.0",
"sass-loader": "^9.0.3",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2"
},
"devDependencies": {
"@mpflow/service": "workspace:*",
"@mpflow/webpack-plugin": "workspace:*",
"webpack": "^4.47.0"
},
"peerDependencies": {
"@mpflow/service": "*"
}
}