-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.31 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
43
44
45
{
"name": "ai-vue-next",
"version": "1.0.0",
"description": "vue-next mini version",
"main": "lib/ai-vue-next.bundle.cjs.js",
"module": "lib/ai-vue-next.bundle.esm.js",
"scripts": {
"test": "vitest",
"rollup": "rollup -c rollup.config.ts --watch",
"build": "rollup -c rollup.config.ts",
"prepare": "husky install",
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"verify-commit": "node scripts/verifyCommit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MissFlower/ai-vue-next.git"
},
"keywords": [],
"author": "DoveyLoveyCora",
"license": "ISC",
"bugs": {
"url": "https://github.com/MissFlower/ai-vue-next/issues"
},
"homepage": "https://github.com/MissFlower/ai-vue-next#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@rollup/plugin-typescript": "^8.3.0",
"@typescript-eslint/parser": "^5.3.1",
"chalk": "^4.1.0",
"eslint": "^8.2.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"lint-staged": "^11.2.6",
"prettier": "^2.4.1",
"rollup": "^2.60.0",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"vitest": "^0.23.1"
}
}