-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.37 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
{
"name": "pnpm-mono",
"version": "1.0.6",
"description": "monorepo application architecture base on pnpm",
"main": "index.js",
"engines": {
"node": ">=16",
"pnpm": ">=7"
},
"scripts": {
"templates": "pnpm nx g tooling:app x x --disableGenerate=true"
},
"keywords": [
"nx",
"pnpm"
],
"author": "auu",
"license": "ISC",
"pnpm": {
"neverBuiltDependencies": [
"@vitejs/plugin-vue2"
]
},
"dependencies": {
"pinia": "^2.0.30",
"tslib": "^2.3.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vue-router2": "npm:vue-router@^3.6.5",
"vue2": "npm:vue@^2.7.14",
"vuex2": "npm:vuex@3.6.2"
},
"devDependencies": {
"@nrwl/devkit": "^15.6.3",
"@nrwl/js": "^15.6.3",
"@nrwl/nx-plugin": "^15.6.3",
"@originjs/vite-plugin-federation": "^1.1.14",
"@swc-node/register": "^1.5.6",
"@swc/core": "^1.3.32",
"@types/node": "^18.11.18",
"@vitejs/plugin-legacy": "^3.0.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vitejs/plugin-vue2": "workspace:^2.2.0",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"nx": "^15.6.3",
"prettier": "^2.8.3",
"terser": "^5.16.3",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-top-level-await": "^1.2.4",
"vue-tsc": "^1.0.24"
}
}