forked from Lightmatter/sampleapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 855 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
{
"name": "sampleapp",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"serve": "vite preview"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@types/alpinejs": "^3.7.0",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.15.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"fast-glob": "^3.2.11",
"postcss": "^8.4.14",
"stylelint": "^14.8.2",
"stylelint-config-standard-scss": "^3.0.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4",
"vite": "^2.9.9"
},
"dependencies": {
"@alpinejs/morph": "^3.10.2",
"alpinejs": "^3.10.2",
"htmx.org": "^1.7.0"
}
}