-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.74 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
{
"name": "Griff",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"test": "cd src-tauri && cargo t && cd .. && eslint ./src/**/*",
"lint": "eslint ./src/**/*.ts ./src/**/*.tsx ./src/**/*.js",
"fix": "eslint --fix ./src/**/*.ts ./src/**/*.tsx ./src/**/*.js",
"format": "prettier --write --end-of-line=auto ./src/**/*.ts ./src/**/*.tsx ./src/**/*.scss ./src/**/*.js ./src-tauri/tauri.conf.json",
"test:lint": "npm run lint",
"test:fix": "npm run fix",
"test:format": "npm run format"
},
"dependencies": {
"@mantine/carousel": "^6.0.21",
"@mantine/core": "^6.0.21",
"@mantine/form": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@mantine/modals": "^6.0.21",
"@mantine/notifications": "^6.0.21",
"@tauri-apps/api": "^1.5.1",
"aria2-wrapper": "^1.1.2",
"axios": "^1.6.2",
"date-fns": "^2.30.0",
"embla-carousel-react": "7.1.0",
"libaria2": "^1.0.95",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flickity-component": "^4.0.7",
"react-icons": "^4.12.0",
"react-router-dom": "^6.19.0",
"sass": "^1.69.5",
"simple-aria2": "^1.0.4",
"styled-components": "^6.1.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.6",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.54.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"prettier-eslint": "^16.1.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-eslint": "^1.8.1"
}
}