-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.31 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
42
43
44
{
"name": "sage-vite",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "yarn env:dev && cross-env APP_ENV=development vite",
"build": "npm run env:prod && npx cross-env APP_ENV=production vite build",
"env:dev": "npx replace-in-files --string='production' --replacement='development' ./.env",
"pot": "node ./scripts/syncPotFile.mjs",
"env:prod": "replace-in-files --string='development' --replacement='production' ./.env"
},
"engines": {
"node": ">= 8.0.0"
},
"devDependencies": {
"@types/alpinejs": "^3.7.1",
"@types/blazy": "^1.5.32",
"@types/fs-extra": "^9.0.13",
"@types/node": "^15.6.0",
"@types/photoswipe": "^4.1.2",
"@vitejs/plugin-react-refresh": "^1.3.3",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"fs-extra": "^11.1.0",
"postcss": "^8.4.20",
"replace-in-files-cli": "^1.0.0",
"sass": "^1.34.0",
"typescript": "^4.1.2",
"vite": "^2.3.4",
"vite-plugin-live-reload": "^2.1.0"
},
"dependencies": {
"alpinejs": "^3.10.5",
"blazy": "^1.8.2",
"flickity": "^3.0.0",
"jquery": "^3.6.0",
"keen-slider": "^6.8.5",
"photoswipe": "^5.3.4",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"tailwindcss": "^3.2.4"
}
}