-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.78 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.78 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
{
"name": "nice2cu-ui-monorepo",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"lint:comp": "pnpm run --filter ./packages/nice2cu-ui lint",
"format:comp": "pnpm run --filter ./packages/nice2cu-ui format",
"build:comp": "gulp -f packages/nice2cu-ui/build/gulpfile.ts",
"publish:comp": "pnpm run --filter ./packages/nice2cu-ui publish",
"test": "pnpm run --filter ./packages/nice2cu-ui test",
"coverage": "pnpm run --filter ./packages/nice2cu-ui coverage",
"example": "pnpm run --filter ./packages/nice2cu-ui-mobile-example dev"
},
"keywords": [],
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ljnMeow/nice2cu.git"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/gulp": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitest/coverage-c8": "^0.24.0",
"@vue/test-utils": "^2.1.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.2.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"gulp": "^4.0.2",
"happy-dom": "^7.4.0",
"husky": "^8.0.1",
"less": "^4.1.3",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
"sucrase": "^3.28.0",
"ts-babel": "^6.1.7",
"typescript": "^4.8.4",
"vite": "^3.1.6",
"vite-plugin-dts": "^1.6.5",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.24.1",
"vue": "^3.2.36",
"vue-router": "4"
},
"dependencies": {
"nice2cu-ui": "workspace:^1.0.0",
"nice2cu-ui-script": "workspace:^1.0.0"
}
}