-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
59 lines (59 loc) · 1.76 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
{
"name": "frontend",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-test": "vite build --mode=test",
"preview": "vite preview",
"test": "vite --mode=test",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@blockly/theme-dark": "^7.0.10",
"@fortawesome/fontawesome-free": "^5.15.4",
"@mdi/font": "^6.7.96",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"axios": "^1.7.9",
"blockly": "^11.1.1",
"core-js": "^3.39.0",
"highlight.js": "11.8.0",
"material-design-icons-iconfont": "^6.7.0",
"open-dyslexic": "^1.0.3",
"prismjs": "^1.29.0",
"simple-code-editor": "^2.0.9",
"stylus-loader": "^4.0.0",
"typeface-fira-mono": "^1.1.13",
"typeface-open-sans": "^1.1.13",
"typeface-overpass": "^1.1.13",
"typeface-overpass-mono": "^1.1.13",
"typeface-quicksand": "^1.1.13",
"typeface-roboto": "^1.1.13",
"typeface-roboto-mono": "^1.1.13",
"typeface-space-mono": "^1.1.13",
"typeface-ubuntu-mono": "^1.1.13",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-prism-component": "^2.0.0",
"vue-router": "^4.5.0",
"vuetify": "^3.7.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.13.8",
"@vitejs/plugin-vue": "^5.2.1",
"cypress": "^13.16.1",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.32.0",
"stylus": "0.64.0",
"vite": "^6.0.3",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-istanbul": "^6.0.2",
"vite-plugin-static-copy": "^2.2.0",
"vite-plugin-vuetify": "^2.0.4",
"vue-cli-plugin-vuetify": "~2.5.8"
}
}