forked from tmg0/yorjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 957 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
35
36
37
{
"name": "yorjs",
"version": "1.0.0",
"description": "",
"scripts": {
"play:vite": "pnpm -C ./playgrounds/vite dev",
"dev": "rollup --config rollup.config.ts --configPlugin typescript --watch",
"build": "rollup --config rollup.config.ts --configPlugin typescript",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.4.0",
"@types/jest": "^29.0.0",
"esbuild": "^0.15.6",
"eslint": "^8.24.0",
"jest": "^29.0.2",
"rollup": "^2.79.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-esbuild": "^4.10.1",
"ts-jest": "29.0.0-next.1",
"tslib": "^2.4.0",
"typescript": "^4.8.2",
"vue": "^3.2.38"
},
"dependencies": {
"@babel/core": "^7.20.5"
},
"volta": {
"node": "18.12.1"
}
}