-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.19 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": "domnio-script-builder",
"version": "1.0.0",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"test": "nodemon src/index.js"
},
"dependencies": {
"@blockly/theme-dark": "^3.0.17",
"@blockly/workspace-backpack": "^2.0.16",
"@popperjs/core": "^2.11.6",
"blockly": "^8.0.3",
"bootstrap": "^5.2.1",
"bootstrap-vue": "^2.23.1",
"deta": "^1.1.0",
"dotenv": "^16.0.3",
"esbuild": "^0.15.10",
"js-beautify": "^1.14.6",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"pocketbase": "^0.10.1",
"vue": "^3.2.37",
"vue-sweetalert2": "^5.0.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"nodemon": "^2.0.20",
"prettier": "^2.5.1",
"vite": "^2.9.15",
"vite-plugin-static-copy": "^0.6.0"
}
}