-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
{
"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",
"test": "jest src",
"now-build": "yarn build"
},
"type": "module",
"author": "Bulkan Evcimen <[email protected]>",
"license": "MIT",
"dependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"buefy": "^0.9.23",
"canvas-sketch-util": "^1.10.0",
"low-discrepancy-sequence": "^0.2.1",
"nice-color-palettes": "^3.0.0",
"p5": "^1.7.0",
"vercel": "latest",
"vite": "^4.4.9",
"vue": "^3.3.4",
"vue-hot-reload-api": "^2.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/p5": "^1.7.0",
"@vue/component-compiler-utils": "latest",
"@vue/tsconfig": "^0.4.0",
"jest": "^29.7.0",
"sass": "^1.67.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"vue-tsc": "^1.8.11"
},
"browserslist": [
"last 1 Chrome versions"
],
"jest": {
"preset": "ts-jest"
}
}