-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.79 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": "^4.0.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@mdi/font": "^6.7.96",
"@vuelidate/core": "2.0.0-alpha.42",
"@vuelidate/validators": "2.0.0-alpha.30",
"axios": "^1.1.3",
"blockly": "^9.2.0",
"core-js": "^3.23.3",
"highlight.js": "11.8.0",
"material-design-icons-iconfont": "^6.7.0",
"open-dyslexic": "^1.0.3",
"prismjs": "^1.28.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.2.41",
"vue-i18n": "^9.2.2",
"vue-prism-component": "^2.0.0",
"vue-router": "^4.1.6",
"vuetify": "^3.0.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.10.0",
"@vitejs/plugin-vue": "^3.1.2",
"cypress": "^13.15.1",
"eslint": "^8.21.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-vue": "^9.3.0",
"stylus": "0.59.0",
"vite": "^3.2.0",
"vite-plugin-environment": "^1.1.2",
"vite-plugin-istanbul": "^3.0.2",
"vite-plugin-static-copy": "^0.7.0",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vue-cli-plugin-vuetify": "~2.5.4"
}
}