-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 972 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 972 Bytes
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": "grid-art",
"version": "1.0.0",
"description": "grid-art",
"main": "index.js",
"repository": "https://github.com/bulkan/grid-art",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vue-tsc && vite build",
"now-build": "yarn build"
},
"type": "module",
"author": "Bulkan Evcimen <bulkan@gmail.com>",
"license": "MIT",
"dependencies": {
"@vitejs/plugin-vue": "6.0.1",
"buefy": "3.0.0",
"canvas-sketch-util": "^1.10.0",
"low-discrepancy-sequence": "^0.2.1",
"nice-color-palettes": "^4.0.0",
"p5": "1.11.8",
"vercel": "^44.7.3",
"vite": "7.1.2",
"vue": "^3.3.4",
"vue-hot-reload-api": "^2.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@types/p5": "^1.7.6",
"@vue/component-compiler-utils": "latest",
"@vue/tsconfig": "^0.7.0",
"sass": "^1.67.0",
"typescript": "^5.2.2",
"vue-tsc": "3.0.5"
},
"browserslist": [
"last 1 Chrome versions"
]
}