-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.52 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
{
"name": "whatsplaying",
"version": "1.6.1",
"private": true,
"type": "module",
"respository": {
"type": "git",
"url": "git+https://github.com/gloaysa/whatsplaying.git"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.12",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"color-thief-ts": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive-carousel": "^3.2.23",
"react-xml-parser": "^1.1.8",
"wouter": "^3.1.0",
"zustand": "^4.5.2"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest"
},
"devDependencies": {
"@codedependant/semantic-release-docker": "^4.5.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-test-renderer": "^18.0.7",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"react-test-renderer": "^18.2.0",
"semantic-release": "^23.0.4",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vitest": "^1.4.0",
"vitest-fetch-mock": "^0.2.2"
}
}