-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 979 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
{
"name": "nova",
"version": "1.0.0",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"repository": "https://github.com/jiangshengdev/nova.git",
"author": "jiangshengdev <jiangshengdev@outlook.com>",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"api": "tsc && api-extractor run --local --verbose"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.12.1",
"jest": "^27.0.4",
"prettier": "^2.3.1",
"ts-jest": "^27.0.2",
"typescript": "^4.3.2",
"vite": "^2.3.8",
"vue": "^3.0.5",
"vue-router": "^4.0.10",
"vue-tsc": "^0.0.24"
}
}