generated from fumeapp/laranuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.28 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
{
"name": "laranuxt",
"version": "1.0.0",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"lint": "yarn lint:js",
"lint:js": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
"lint:action": "yarn lint:js -f @jamesacarr/github-actions",
"style": "composer cs; yarn lint",
"test": "jest --config tests/js/jest.config.js",
"api": "./artisan serve",
"seed": "./artisan migrate:fresh --seed",
"caches": "./artisan config:cache; ./artisan route:cache; ./artisan cache:clear; ./artisan event:clear;",
"stan": "composer stan"
},
"dependencies": {},
"devDependencies": {
"@iconify/vue": "^4.0.0",
"@jamesacarr/eslint-formatter-github-actions": "^0.1.0",
"@tailvue/nuxt": "^0.1.62",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@vue/eslint-config-typescript": "^10.0.0",
"@vueuse/nuxt": "^9.1.0",
"dayjs": "^1.10.7",
"eslint": "^8.24.0",
"eslint-plugin-vue": "^9.2.0",
"husky": "^8.0.1",
"laravel-echo": "^1.11.7",
"lottie-web": "^5.8.1",
"nuxt": "^3.0.0",
"nuxt-windicss": "^2.5.5",
"pusher-js": "^7.1.1-beta",
"typescript": "^4.8.4"
}
}