-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 848 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 848 Bytes
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.4.0",
"@types/alpinejs": "^3.7.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"autoprefixer": "^10.4.1",
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.4",
"fast-glob": "^3.2.7",
"postcss": "^8.4.5",
"stylelint": "^14.2.0",
"stylelint-config-standard-scss": "^3.0.0",
"tailwindcss": "^3.0.21",
"typescript": "^4.5.4",
"vite": "^2.8.6"
},
"dependencies": {
"@alpinejs/morph": "^3.9.1",
"alpinejs": "^3.8.1",
"htmx.org": "^1.7.0"
}
}