-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
{
"name": "unchartedwater2",
"version": "0.5.2",
"type": "module",
"private": true,
"scripts": {
"test:lint": "eslint \"src/**/*.{ts,vue}\"",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "rimraf dist && npm run build && push-dir --dir=dist --branch=gh-pages"
},
"dependencies": {
"dropbox": "^8.2.0",
"file-dialog": "0.0.8",
"file-saver": "^2.0.5",
"js-dos": "^6.22.60",
"nano-loader": "^1.1.2",
"nipplejs": "^0.8.7"
},
"devDependencies": {
"@heroicons/react": "^2.1.1",
"@preact/preset-vite": "^2.8.1",
"@types/file-saver": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"mini-css-extract-plugin": "^0.11.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"push-dir": "^0.4.1",
"rimraf": "^3.0.2",
"simple-icons": "^11.3.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-static-copy": "^1.0.1"
}
}