-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 881 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
{
"name": "tesla-eyes",
"version": "0.10.2",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"host": "vite --host",
"build": "vite build",
"serve": "vite preview",
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx",
"fix": "eslint --fix . --ext .js,.jsx,.ts,.tsx",
"tauri": "tauri"
},
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "^1.5.14",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-plugin-solid": "^0.14.1",
"postcss": "^8.4.33",
"solid-js": "^1.8.17",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@tauri-apps/api": "^1.5.6"
}
}