-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
45 lines (45 loc) · 1.43 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
45
{
"name": "sanctum-tokens",
"version": "2.1.1",
"repository": "github:JeffBeltran/sanctum-tokens",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"prettier-check": "prettier --check \"{resources,routes,src}/**/*\"",
"prettier-fix": "prettier --write \"{resources,routes,src}/**/*\"",
"eslint-check": "eslint .",
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
},
"prettier": {},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.1.1",
"laravel-mix": "^6.0.49",
"laravel-nova-ui": "^0.4.12",
"luxon": "^3.4.4",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"semantic-release": "^21.0.2",
"vue-loader": "^17.1.1"
},
"dependencies": {}
}