-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
74 lines (74 loc) · 2.53 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"private": true,
"name": "portaldots",
"repository": {
"type": "git",
"url": "git+https://github.com/portal-dots/PortalDots.git"
},
"author": "Soji Takahashi (SofPyon)",
"license": "MIT License",
"bugs": {
"url": "https://github.com/portal-dots/PortalDots/issues"
},
"homepage": "https://github.com/portal-dots/PortalDots#readme",
"scripts": {
"docker": "./vendor/bin/sail up -d",
"docker-shell": "./vendor/bin/sail shell",
"docker-stop": "./vendor/bin/sail stop",
"sail-test": "./vendor/bin/sail test",
"migrate": "./vendor/bin/sail artisan migrate",
"migrate:status": "./vendor/bin/sail artisan migrate:status",
"migrate:rollback": "./vendor/bin/sail artisan migrate:rollback",
"migrate:refresh": "./vendor/bin/sail artisan migrate:refresh",
"dev": "vite",
"build": "vite build",
"eslint-check": "eslint --ext js,vue ./resources",
"postinstall": "patch-package"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"@vue/compiler-sfc": "^3.2.45",
"blade-formatter": "^1.38.6",
"cross-env": "^7.0",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.19.2",
"jquery": "^3.7",
"laravel-vite-plugin": "^0.8.1",
"lodash": "^4.17.21",
"popper.js": "^1.12",
"postcss": "^8.4",
"postcss-html": "^1.5.0",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.70.0",
"sass-loader": "^13.3.2",
"sass-resources-loader": "^2.2.5",
"shx": "^0.3.4",
"vite": "^4.5.2",
"vue-loader": "^17.4.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@headlessui/vue": "^1.7.16",
"@sipec/vue3-tags-input": "^3.0.4",
"@vavt/md-editor-extension": "^3.0.0",
"axios": "^1.6",
"bootstrap": "^4.6.2",
"color-convert": "^2.0.1",
"floating-vue": "^2.0.0-beta.24",
"marked": "^7.0.5",
"md-editor-v3": "^4.10.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"turbolinks": "^5.2.0",
"vue": "^3.3.11",
"vue-global-events": "^3.0.0",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0"
}
}