-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 850 Bytes
/
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
{
"private": true,
"version": "0.1.0",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "node scripts/dev.js",
"build": "node scripts/build.js",
"test": "jest"
},
"description": "vue",
"repository": "https://github.com/hefeng6500/build-your-own-vue3",
"author": "hefeng6500 <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@rollup/plugin-json": "^4.1.0",
"@types/jest": "^27.4.1",
"chalk": "^4.1.1",
"esbuild": "^0.14.25",
"execa": "^4.0.2",
"fs-extra": "^10.0.1",
"jest": "^27.5.1",
"minimist": "^1.2.5",
"rollup": "^2.51.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}