forked from jd-ftf/wot-design-mini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.34 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "wot-design-mini",
"version": "2.2.0",
"description": "A ui component library for mini program",
"scripts": {
"dev:jd": "rimraf example-dist/jd && npm run build:icon && cross-env EFF_ABSOLUTE_PATHS=true node build/transform.js dev -p jd",
"dev:wx": "rimraf example-dist/wx && npm run build:icon && cross-env PLATFORM=wx EFF_ABSOLUTE_PATHS=true node build/transform.js dev -p wx",
"dev:docs": "webpack-dev-server --progress --config build/webpack.docs.conf.js",
"build:jd": "rimraf lib/jd && node build/transform.js -p jd",
"build:wx": "rimraf lib/wx && node build/transform.js -p wx",
"build:docs": "rimraf docs/dist && cross-env NODE_ENV=production webpack --progress --config build/webpack.docs.conf.js",
"build:icon": "node build/iconInit.js",
"fix": "cross-env EFF_ABSOLUTE_PATHS=true eslint --fix --format friendly --ext .js,.json packages",
"tag": "node build/build-tag.js"
},
"keywords": [
"wot",
"design",
"wot-design",
"wot-design-mini",
"jd",
"wechat"
],
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@ftf/pisces": "^1.0.0",
"@vue/babel-preset-app": "^4.0.5",
"algoliasearch": "^3.35.1",
"autoprefixer": "^9.7.1",
"axios": "^0.21.1",
"babel-loader": "^8.0.6",
"chalk": "^3.0.0",
"commander": "^6.2.1",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"docsearch.js": "^2.6.3",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-formatter-friendly": "^7.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"file-loader": "^4.2.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"highlight.js": "^10.4.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^4.2.5",
"json-templater": "^1.2.0",
"lint-staged": "^10.2.11",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.2.5",
"markdown-it-container": "^2.0.0",
"mini-css-extract-plugin": "^0.8.0",
"minimist": "^1.2.3",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"plugin-error": "^1.0.1",
"portfinder": "^1.0.25",
"postcss": "^7.0.32",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-url": "^8.0.0",
"qrcode": "^1.4.4",
"read-yaml": "^1.1.0",
"readable-stream": "^3.4.0",
"rimraf": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.2.1",
"through2": "^3.0.1",
"transliteration": "^2.1.8",
"url-loader": "^2.2.0",
"vue": "^2.6.10",
"vue-github-button": "^1.1.2",
"vue-instantsearch": "^2.6.0",
"vue-loader": "^15.7.2",
"vue-router": "^3.1.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2",
"webpack-serve": "^3.2.0",
"yml-loader": "^2.1.0"
},
"dependencies": {}
}