-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.67 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "vdifn",
"type": "module",
"private": true,
"description": "UW-Madison AgWeather Vegetable Disease and Insect Forecasting Network Web App",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"fmt": "prettier --write './app/javascript/**/*.{.js,svelte,html,ts,tsx}'"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/svelte-fontawesome": "^0.2.2",
"@googlemaps/js-api-loader": "^1.16.8",
"@rails/ujs": "^7.1.400",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/svelte": "^5.2.1",
"@tsconfig/svelte": "^5.0.4",
"@types/chroma-js": "^2.4.4",
"@types/color": "^3.0.6",
"@types/google.maps": "^3.57.0",
"@types/gtag.js": "^0.0.20",
"@types/node": "^22.5.4",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"balloon-css": "^1.2.0",
"chroma-js": "^3.0.0",
"color": "^4.2.3",
"dotenv": "^16.4.5",
"jsdom": "^25.0.0",
"moment": "^2.30.1",
"sass": "^1.78.0",
"svelte": "^4.2.19",
"svelte-awesome": "^3.3.1",
"svelte-check": "^4.0.1",
"svelte-loader": "^3.2.3",
"tailwindcss": "^3.4.10",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"vite-plugin-rails": "^0.5.0",
"vite-plugin-ruby": "^5.1.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"devDependencies": {
"msw": "^2.4.2",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6"
}
}