generated from the-pudding/svelte-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.65 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": "svelte-starter",
"version": "5.15.1",
"scripts": {
"analysis": "node tasks/wine-analysis.js",
"imgDownload": "node tasks/imgDownload.js",
"limitWine": "node tasks/limit-wine.js",
"identifyWine": "node tasks/identify-wine.js",
"assessWineTxt": "node tasks/assess-wine-txt.js",
"combineCSV": "node tasks/combine-gpt-csv.js",
"gdoc": "node tasks/fetch-google.js",
"style": "node tasks/style-dictionary.js",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@rollup/plugin-dsv": "^3.0.4",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.3.5",
"@sveltejs/vite-plugin-svelte": "3.0.1",
"archieml": "^0.5.0",
"autoprefixer": "^10.4.17",
"d3": "^7.8.5",
"layercake": "^8.0.2",
"lodash.debounce": "^4.0.8",
"lucide-svelte": "^0.294.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"rollup": "^4.9.5",
"rollup-plugin-svg": "^2.0.0",
"style-dictionary": "^3.9.2",
"svelte": "^4.2.9",
"svelte-copy": "^1.4.1",
"svelte-preprocess": "^5.1.3",
"vite": "^5.0.11",
"vite-plugin-svgstring": "^1.0.0"
},
"type": "module",
"engines": {
"node": ">= 18.12.0"
},
"browserslist": "> 0.5%, last 4 versions, not ie <= 11, not ie_mob <= 11",
"dependencies": {
"@leveluptuts/svelte-fit": "^1.0.3",
"axios": "^1.6.7",
"d3-regression": "^1.3.10",
"fs": "^0.0.1-security",
"image-download": "^2.1.0",
"image-downloader": "^4.3.0",
"openai": "^4.28.4",
"svelte-multiselect": "^11.0.0-rc.1",
"yootils": "^0.3.1"
}
}