-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "stud_frontend",
"version": "0.0.1",
"private": true,
"author": {
"name": "STUD-IT-team"
},
"scripts": {
"dev": "vite --open",
"dev host": "vite --open --host --port 443",
"preview": "vite preview --open --host --port 443",
"dist": "vite build --out-dir dist"
},
"dependencies": {
"@sergtyapkin/image-uploader": "^1.0.0",
"@sergtyapkin/markdown": "^1.0.2",
"@sergtyapkin/modals-popups": "^1.0.4",
"@sergtyapkin/models-validator": "^1.0.1",
"@sergtyapkin/rest-api": "^1.0.4",
"@sergtyapkin/scroll-restore": "^1.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"file-loader": "^6.2.0",
"stylus": "^0.54.7",
"touchsweep": "^2.2.0",
"typescript": "^4.6.2",
"vite": "^4.3.9",
"vue": "3.2.37",
"vue-loader": "17.0.0",
"vue-router": "4.1.3",
"vue-template-compiler": "2.7.8",
"vuex": "4.0.2"
},
"devDependencies": {
"@vitejs/plugin-basic-ssl": "^1.0.1",
"eslint": "^8.44.0",
"eslint-plugin-vue": "^9.15.1",
"vite-plugin-eslint": "^1.8.1"
}
}