-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.16 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.16 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@zouke/wapp-compiler",
"version": "1.0.0",
"description": "微信小程序编译工具",
"author": "wang",
"main": "dist/main.js",
"scripts": {
"test": "npx jest",
"postinstall": "npx tsc"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-class-properties": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.5.5",
"@babel/runtime-corejs3": "^7.5.5",
"@types/autoprefixer": "^9.5.0",
"@types/csso": "^3.5.1",
"@types/jest": "^24.0.15",
"@types/json5": "^0.0.30",
"@types/lodash": "^4.14.136",
"@types/lodash-es": "^4.17.3",
"@types/mustache": "^0.8.32",
"@types/node": "^12.6.8",
"@types/pug": "^2.0.4",
"@types/sass": "^1.16.0",
"@types/svgo": "^1.2.1",
"@types/terser-webpack-plugin": "^1.2.1",
"@types/webpack": "^4.32.1",
"@zouke/wapp-lib": "git+ssh://git@codeup.aliyun.com:6272837a5b46541dd2fef960/zouke-npm/wapp-lib.git#current" ,
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"chalk": "^2.4.2",
"chokidar": "^3.0.2",
"csso": "^3.5.1",
"del": "^5.0.0",
"glob": "^7.1.4",
"jest": "^24.8.0",
"js-tokens": "^5.0.0",
"json5": "^2.1.0",
"lodash": "^4.17.15",
"lodash-es": "^4.17.15",
"mustache": "^3.0.1",
"ora": "^3.4.0",
"postcss": "^7.0.17",
"pug": "^2.0.4",
"pug-code-gen": "^2.0.2",
"pug-lexer": "^4.1.0",
"pug-linker": "^3.0.6",
"pug-parser": "^5.0.1",
"pug-runtime": "^2.0.5",
"pug-strip-comments": "^1.0.4",
"sass": "^1.22.7",
"strip-indent": "^3.0.0",
"svgo": "^1.3.0",
"terser": "^4.1.2",
"terser-webpack-plugin": "^1.3.0",
"typescript": "^4.7.4",
"webpack": "^4.36.1"
},
"devDependencies": {}
}