forked from yuheiy/shifted
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
{
"scripts": {
"dev": "rimraf dist/ && concurrently --raw \"vite\" \"cross-env ELEVENTY_ENV=development eleventy --serve --incremental\"",
"build": "tsc && vite build && cross-env ELEVENTY_ENV=production eleventy && rimraf dist/manifest.json",
"preview": "vite preview",
"format": "prettier . --write"
},
"dependencies": {
"@alpinejs/focus": "^3.10.4",
"@alpinejs/ui": "^3.10.4-beta.5",
"alpinejs": "^3.10.4",
"camelcase": "^7.0.0"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@prettier/plugin-pug": "^2.2.0",
"@types/alpinejs": "^3.7.0",
"@wordpress/browserslist-config": "^5.3.0",
"autoprefixer": "^10.4.12",
"concurrently": "^7.5.0",
"cross-env": "^7.0.3",
"postcss-import": "^15.0.0",
"prettier": "^2.7.1",
"prettier-plugin-css-order": "^1.3.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"pug-include-glob": "^0.4.3",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.8.3",
"tailwindcss": "^3.2.1",
"typescript": "^4.8.4",
"vite": "^3.1.8"
},
"engines": {
"node": "16"
},
"private": true
}