forked from Eclipse-Phase-Unofficial/ep-character-creator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 876 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 876 Bytes
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
{
"private": true,
"scripts": {
"dev": "mix",
"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.4.38",
"ajv": "^8.17.1",
"axios": "^1.7.9",
"cross-env": "^7.0.3",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.3",
"laravel-mix": "^6.0.49",
"normalize.css": "^8.0.0",
"postcss-import": "^16.1.0",
"postcss-url": "^7.3.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.8",
"sass-loader": "^13.3.3",
"vegas": "^2.5.4",
"vue-loader": "^16.8.3"
},
"dependencies": {
"uikit": "^3.23.3",
"vue": "^3.4.38",
"vue-gtag-next": "^1.14.0",
"vue-router": "^4.4.5",
"vuex": "^4.1.0"
}
}