-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
111 lines (111 loc) · 3.18 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
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "adui-mob",
"version": "1.0.12",
"description": "简明、高效,基于 adui 设计语言的小程序组件库",
"main": "index.js",
"miniprogram": "dist",
"appid": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV='development' gulp default",
"build": "cross-env NODE_ENV='production' gulp build",
"publishRpx": "cross-env NODE_ENV='production' gulp publish",
"buildStyle": "gulp buildStyle",
"docz:dev": "docz dev",
"docz:build": "docz build",
"docz:serve": "docz build && docz serve",
"release": "standard-version"
},
"files": [
"/dist/components-rpx",
"/dist/components",
"./package.json",
"./README.md",
"./LICENSE"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [
"adui",
"miniprogram",
"component"
],
"author": "zhengpq",
"license": "ISC",
"bugs": {
"url": "https://github.com/wxad/adui-mob/issues"
},
"homepage": "https://github.com/wxad/adui-mob/#readme",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/parser": "^7.14.7",
"@babel/preset-env": "^7.7.6",
"@babel/traverse": "^7.14.7",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/classnames": "^2.2.9",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"adui": "^0.11.2",
"adui-icon": "1.8.10",
"autoprefixer": "^9.6.5",
"cross-env": "^7.0.3",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"docz": "^2.4.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"gatsby-plugin-react-css-modules": "^2.1.19",
"gatsby-plugin-sass": "^2.1.30",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-changed": "^4.0.2",
"gulp-dox": "^0.2.1",
"gulp-eslint": "^6.0.0",
"gulp-logger": "0.0.2",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-stylelint": "^10.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"htmlparser2": "^6.1.0",
"husky": "^3.0.9",
"miniprogram-api-typings": "^3.3.2",
"node-html-parser": "^3.3.6",
"node-sass": "^4.14.1",
"postcss-css-variables": "^0.13.0",
"postcss-loader": "^3.0.0",
"postcss-px2units": "^0.2.0",
"react": "^16.13.0",
"react-syntax-highlighter": "^12.2.1",
"remark-mdx": "^2.0.0-next.9",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"scss-loader": "0.0.1",
"standard-version": "^7.1.0",
"style-loader": "^1.1.3",
"stylelint": "^11.1.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-order": "^3.1.1",
"stylelint-scss": "^3.11.1",
"through2": "^4.0.2",
"typescript": "^3.7.3"
},
"dependencies": {
"@emotion/core": "^10.1.1",
"@emotion/react": "^11.11.1",
"fs-extra": "^10.1.0",
"stream-combiner": "^0.2.2"
}
}