-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 905 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
34
35
36
{
"name": "pedro-path-generator",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"svelte": "^4.2.18",
"svelte-check": "^3.8.5",
"tailwindcss": "^3.4.9",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.4.0"
},
"dependencies": {
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.7",
"d3": "^7.9.0",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"prettier-plugin-java": "^2.6.4",
"sass": "^1.77.8",
"svelte-copy": "^1.4.2",
"svelte-highlight": "^7.7.0",
"two.js": "^0.8.14"
}
}