-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 915 Bytes
/
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
{
"name": "spatial_led_color_designer",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --host --port 8080",
"build": "vite build",
"deploy": "gh-pages -d dist",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@vueuse/core": "^10.9.0",
"codemirror": "^6.0.1",
"pinia": "^2.1.7",
"three": "^0.163.0",
"vue": "^3.4.21",
"vue-codemirror": "^6.1.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.24.1",
"gh-pages": "^6.1.1",
"prettier": "^3.2.5",
"vite": "^5.2.8"
}
}