-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.69 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
{
"name": "grow-admin-ioc",
"version": "1.0.0",
"private": true,
"description": "Based on Vue 3 / Vite / TypeScript The latest technology stack enables effortless construction of standardized and aesthetically pleasing systems",
"repository": {
"type": "git",
"url": "https://github.com/ZhQuella/grow_admin",
"directory": "sample"
},
"scripts": {
"clean": "pnpm turbo run clean && rimraf node_modules",
"serve": "pnpm --filter grow-admin-sample dev",
"dev": "pnpm --filter scripts dev",
"build": "cross-env NODE_ENV=production pnpm --filter scripts build --all",
"postinstall": "pnpm run stub",
"stub": "pnpm --filter @grow-admin-config/vite prepack",
"turbo:build": "turbo run build --parallel",
"turbo:dev": "turbo run dev --parallel",
"turbo:preview": "turbo run preview --parallel"
},
"keywords": [
"vue",
"vite",
"typescript",
"admin",
"ioc"
],
"author": {
"name": "YuShao Zhang",
"email": "wo_99936@qq.com",
"url": "https://github.com/ZhQuella"
},
"license": "ISC",
"packageManager": "pnpm@10.32.1",
"dependencies": {
"inversify": "^8.1.0",
"lodash-es": "^4.18.1",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@grow-admin-config/tsconfig": "workspace:*",
"@grow-admin-config/vite": "workspace:*",
"@types/lodash": "^4.17.24",
"@types/lodash-es": "^4.17.12",
"cross-env": "^7.0.3",
"esno": "^0.16.3",
"install": "^0.13.0",
"reset-css": "^5.0.2",
"rimraf": "^4.4.1",
"rollup": "^3.20.2",
"ts-node": "^10.9.1",
"turbo": "^1.10.14",
"typescript": "^5.1.6",
"unbuild": "^1.1.2",
"vite": "4.3.9",
"vite-tsconfig-paths": "^4.2.0"
}
}