-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
executable file
·44 lines (44 loc) · 1.03 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": "ffxiv_caas",
"description": "Final Fantasy XIV Crafting as a Service",
"author": "Nick Wright",
"repository": {
"type": "git",
"url": "http://github.com/tickthokk/ffxivcrafting/"
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"debounce": "^1.2.1",
"fb-watchman": "^2.0.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-filter": "^7.0.0",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.8",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^5.1.0",
"gulp-sass-multi-inheritance": "^1.0.2",
"gulp-terser": "^2.1.0",
"imageoptim-cli": "^3.1.7",
"sass": "^1.63.6",
"vue": "^3.2.36",
"vue-loader": "^17.0.1"
},
"devDependencies": {
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.5",
"vite": "^4.0.0"
},
"browserslist": [
"> 1%",
"Last 2 versions"
],
"engine": "node >= 0.10"
}