-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"private": true,
"version": "0.0.0",
"workspaces": [
"packages/*"
],
"description": "Yui - A Vue.js 3.0 UI library for Mobile",
"repository": "https://github.com/npm-uis/yui.git",
"author": "2378149796@qq.com",
"license": "MIT",
"scripts": {
"dev": "node scripts/dev.js",
"build": "node scripts/build.js",
"ls-lint": "ls-lint"
},
"husky": {
"hooks": {
"pre-commit": "ls-lint",
"commit-msg": "node scripts/verifyCommit.js"
}
},
"files": [
"lib",
"types",
"packages"
],
"dependencies": {
"@babel/polyfill": "^7.12.1",
"core-js": "^3.7.0",
"vue": "3.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@ls-lint/ls-lint": "^1.9.2",
"@vue/compiler-sfc": "^3.0.2",
"babel-loader": "^8.1.0",
"cache-loader": "^4.1.0",
"chalk": "^4.1.0",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.3.0",
"mini-css-extract-plugin": "^1.3.0",
"minimist": "^1.2.5",
"node-sass": "^5.0.0",
"sass-loader": "^10.0.5",
"style-loader": "^2.0.0",
"typescript": "^4.0.5",
"vue-loader-v16": "npm:vue-loader@v16.0.0-rc.1",
"webpack": "^5.4.0",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.25.0"
}
}