-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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": "3d-l-system-generator",
"version": "0.0.0",
"scripts": {
"serve": "vite preview",
"build": "vite build",
"lint": "vue-cli-service lint",
"dev": "vite",
"preview": "vite preview --port 5050"
},
"dependencies": {
"@mdi/font": "5.9.55",
"mathjs": "^10.6.0",
"nearley": "^2.20.1",
"postprocessing": "^6.26.4",
"roboto-fontface": "*",
"three": "^0.140.2",
"vue": "^3.2.33",
"vuetify": "^3.0.0-beta.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/eslint-config-prettier": "^7.0.0",
"@vuetify/vite-plugin": "^1.0.0-alpha.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.5.1",
"sass": "^1.38.0",
"sass-loader": "^10.0.0",
"vite": "^2.9.5",
"vue-cli-plugin-vuetify": "~2.4.8",
"vuetify-loader": "^2.0.0-alpha.0"
}
}