-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 953 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
35
36
37
38
{
"name": "vite-plugins-for-react",
"private": true,
"version": "0.1.0",
"description": "some vite plugins for react app",
"keywords": [
"vite",
"vite plugin",
"react app"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Codpoe/vite-plugins-for-react.git"
},
"bugs": {
"url": "https://github.com/Codpoe/vite-plugins-for-react/issues"
},
"homepage": "https://github.com/Codpoe/vite-plugins-for-react#readme",
"author": "Codpoe <[email protected]> (https://github.com/codpoe)",
"scripts": {
"prepare": "husky install"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix"
},
"devDependencies": {
"@codpoe/eslint-config": "^0.1.3",
"@types/node": "^17.0.29",
"eslint": "^8.14.0",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"typescript": "^4.6.3",
"vite": "^3.0.2"
}
}