-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "yjc_mini_vue",
"version": "1.0.0",
"main": "lib/yjc-mini-vue.cjs.js",
"module": "lib/yjc-mini-vue.esm.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/JayCC1/yjc_mini_vue.git"
},
"author": "JayCC1 <[email protected]>",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow yarn",
"test": "jest",
"build": "rollup -c -w",
"lint": "eslint src/**/*.{js,ts} --fix"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"babel-jest": "^29.5.0",
"eslint": "^8.44.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"rollup": "^4.13.2",
"typescript": "^5.1.6"
},
"dependencies": {}
}