forked from VisDunneRight/Indy-Survey-Tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "Indy-Survey-Tool",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "npx gh-pages -d dist"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"flowbite": "^2.0.0",
"flowbite-svelte": "^0.44.18",
"flowbite-svelte-icons": "^0.4.4",
"gh-pages": "^5.0.0",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"smui-theme": "^7.0.0-beta.0",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte-range-slider-pips": "^2.2.3",
"vite": "^4.1.0"
},
"dependencies": {
"autoprefixer": "^10.4.16",
"d3": "^7.8.2",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"shade-blend-color": "^1.0.0",
"svelte-copy": "^1.4.1",
"svelte-select": "^5.2.1",
"svelte-splitpanes": "^0.8.0",
"tailwindcss": "^3.3.5"
}
}