forked from shengxinjing/ailemente
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "ailemente",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:dev": "vue-tsc --noEmit && vite build --mode=development",
"serve": "vite preview",
"lint": "eslint --fix --ext .js,vue src/",
"test": "jest",
"test:w": "jest --watchAll"
},
"dependencies": {
"async-validator": "^4.0.7",
"mitt": "^3.0.0",
"vue": "^3.2.16"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-rc.17",
"babel-jest": "^26.6.3",
"chalk": "^5.0.0",
"eslint": "^8.3.0",
"eslint-plugin-vue": "^8.1.1",
"husky": "^7.0.4",
"jest": "^26.6.3",
"lint-staged": "^12.1.2",
"ts-jest": "^26.5.6",
"typescript": "^4.5.2",
"vite": "^2.6.4",
"vue-jest": "^5.0.0-alpha.10",
"vue-tsc": "^0.3.0"
}
}