forked from nonamez/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 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
{
"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"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.11",
"autoprefixer": "^10.1.0",
"eslint": "^7.25.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.9.0",
"laravel-mix": "^6.0.18",
"postcss": "^8.2.1",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.8",
"sass-loader": "^8.0.2",
"vue-loader": "^16.2.0"
},
"dependencies": {
"@tailwindcss/forms": "^0.2.1",
"alpinejs": "^2.8.1",
"axios": "^0.21.1",
"bootstrap": "^5.0.0",
"highlight.js": "^10.6.0",
"tailwindcss": "^2.0.3",
"vue": "^3.0.11",
"vue-router": "^4.0.4",
"vuex": "^4.0.0",
"vuex-composition-helpers": "^2.0.0"
}
}