-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·52 lines (52 loc) · 1.6 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
{
"name": "boxy",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --host",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix",
"style": "stylelint src/*.vue src/*/*.vue --fix",
"format": "prettier --write ."
},
"dependencies": {
"blockly": "^10.1.3",
"highlight.js": "^11.8.0",
"pinia": "^2.1.6",
"vue": "^3.3.4"
},
"devDependencies": {
"@arco-design/web-vue": "^2.50.1",
"@arco-iconbox/vue-boxy": "^0.0.9",
"@arco-plugins/vite-vue": "^1.4.5",
"@arco-themes/vue-boxy": "^0.0.1",
"@blockly/block-plus-minus": "^6.0.3",
"@blockly/plugin-workspace-search": "8.0.3",
"@highlightjs/vue-plugin": "^2.1.0",
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.3.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vueuse/core": "^10.3.0",
"@vueuse/integrations": "^10.3.0",
"eslint": "^8.47.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.17.0",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"license-checker": "^25.0.1",
"postcss-html": "^1.5.0",
"prettier": "^3.0.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-visualizer": "^5.9.2",
"stylelint": "^15.10.3",
"stylelint-config-clean-order": "^5.2.0",
"stylelint-config-recommended-less": "^1.0.4",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"universal-cookie": "^6.1.0",
"vite": "^4.4.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.16.4"
}
}