-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 879 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
{
"name": "solidstartpage",
"version": "0.0.1",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"postinstall": "husky install"
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"lint-staged": "^10.5.4",
"pre-commit": "^1.2.2",
"prettier": "^2.8.8",
"vite": "^3.2.7",
"vite-plugin-solid": "^2.7.2"
},
"dependencies": {
"@hope-ui/solid": "^0.6.7",
"@solidjs/router": "^0.8.3",
"@stitches/core": "^1.2.8",
"solid-js": "^1.8.3",
"solid-transition-group": "^0.0.10"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}