-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "mini-jackz-vue",
"version": "2.0.3",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"dev": "node scripts/dev.js",
"build": "node scripts/build.js",
"release": "node scripts/release.js"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/types": "^7.18.13",
"@mini-jackz-vue/reactivity": "workspace:*",
"@mini-jackz-vue/runtime-core": "workspace:*",
"@mini-jackz-vue/runtime-dom": "workspace:*",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.11",
"chalk": "4.1.0",
"enquirer": "^2.3.6",
"esbuild": "^0.15.5",
"eslint": "^8.22.0",
"eslint-plugin-jest": "^26.8.7",
"execa": "4.0.2",
"fs-extra": "9.0.1",
"jest": "^28.1.3",
"mini-jackz-vue": "workspace:*",
"minimist": "1.2.0",
"rollup": "^2.78.1",
"rollup-plugin-typescript2": "^0.33.0",
"semver": "^7.3.7",
"ts-jest": "^28.0.8",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
}
}