generated from danpacho/vanilla-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 850 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
{
"name": "vanilla-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"vite:dev": "vite",
"vite:build": "vite build",
"vite:preview": "vite preview",
"lint": "eslint '**/*.js'",
"prettier": "prettier '**/*.{js,json,md}' --check",
"prettier:fix": "prettier **/*.{js,json,md}' --write",
"pre-commit": "lint-staged",
"prepare": "husky install"
},
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"gitmoji-cli": "^7.0.2",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"vite": "^3.1.0"
}
}