-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 927 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": "journ",
"version": "0.1.0",
"author": "Florian Marending",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"eslint": "eslint src",
"eslint:fix": "eslint src --fix"
},
"devDependencies": {
"@types/node": "18.19.30",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"autoprefixer": "10.4.19",
"cssnano": "6.1.2",
"cssnano-preset-advanced": "6.1.2",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.2.1",
"postcss": "8.4.38",
"prettier": "2.8.8",
"tailwindcss": "3.4.3",
"typescript": "5.4.4",
"vite": "4.5.3",
"vite-plugin-solid": "2.10.2",
"vite-plugin-solid-svg": "^0.8.1"
},
"dependencies": {
"@observablehq/plot": "^0.6.14",
"aws4fetch": "^1.0.18",
"solid-js": "1.8.16",
"tinykeys": "^2.1.0"
}
}