-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.38 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "vite-plugin-env-switch",
"version": "1.5.1",
"description": "change your env easily",
"main": "./dist/index.js",
"scripts": {
"build": "rimraf -rf dist && tsc",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "release-pkg"
},
"keywords": [
"node",
"vite",
"vite-plugin"
],
"lint-staged": {
"src/**/*.{js,json,ts}": [
"eslint --fix",
"prettier --write"
]
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"author": "pengboUESTC",
"license": "ISC",
"homepage": "https://github.com/PengBoUESTC/vite-plugin-env-switch.git",
"repository": {
"type": "git",
"url": "git+https://github.com/PengBoUESTC/vite-plugin-env-switch.git"
},
"peerDependencies": {
"vite": "2.9.9"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@typescript-eslint/eslint-plugin": "^5.36.0",
"@typescript-eslint/parser": "^5.36.0",
"chalk": "^4.1.0",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.3.6",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^4.0.2",
"lint-staged": "^13.0.3",
"minimist": "^1.2.6",
"prettier": "^2.7.1",
"release-pkg": "^1.1.2",
"rimraf": "^3.0.2",
"semver": "^7.3.7",
"typescript": "^4.8.2",
"vite": "2.9.9",
"yorkie": "^2.0.0"
}
}