-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "@acalvino4/craft-boilerplate",
"type": "module",
"version": "0.1.1",
"engines": {
"node": "^18"
},
"scripts": {
"test": "xo && tsc",
"fix": "xo --fix",
"dev": "vite -c config/build/vite.config.ts",
"build": "vite -c config/build/vite.config.ts build",
"preview": "vite -c config/build/vite.config.ts preview",
"prepare": "husky install"
},
"author": "Augustine Calvino",
"license": "MIT",
"dependencies": {
"@alpinejs/focus": "^3.12.0",
"@alpinejs/ui": "^3.12.3-beta.0",
"@csstools/postcss-oklab-function": "^3.0.1",
"@types/alpinejs": "^3.7.1",
"alpinejs": "^3.12.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vite-plugin-manifest-sri": "^0.1.0",
"vite-plugin-restart": "^0.3.1",
"vite-plugin-static-copy": "^0.17",
"xo": "^0.55"
},
"devDependencies": {
"husky": "^8.0.3"
},
"xo": {
"prettier": true
}
}