-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
110 lines (110 loc) · 2.9 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "music-library",
"version": "2.24.36",
"license": "UNLICENSED",
"type": "module",
"private": true,
"scripts": {
"build": "tsc && node bootstrap.cjs vite build",
"dev": "node bootstrap.cjs vite",
"lint": "tsc",
"preview": "node bootstrap.cjs vite preview",
"start": "node bootstrap.cjs vite",
"test": "node bootstrap.cjs vitest run",
"test:bench": "node bootstrap.cjs vitest bench",
"test:coverage": "node bootstrap.cjs vitest run --coverage",
"test:ui": "node bootstrap.cjs vitest --ui",
"test:watch": "node bootstrap.cjs vitest watch"
},
"dependencies": {
"@anephenix/sarus": "^0.4.6",
"@bug-catch/browser": "^3.0.3",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@linaria/core": "6.0.0",
"@linaria/react": "6.0.0",
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.1.3",
"chance": "^1.1.9",
"classnames": "^2.3.2",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.10",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-loading-skeleton": "2.1.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"react-sound": "^1.2.0",
"react-spring": "^9.7.1",
"redux-logger": "^3.0.6",
"sass": "^1.69.5"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-typescript": "^7.23.3",
"@rollup/pluginutils": "^5.0.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@types/css": "^0.0.35",
"@types/node": "^20.8.10",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"@types/redux-logger": "^3.0.9",
"@vitejs/plugin-react": "^4.1.1",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"@wyw-in-js/babel-preset": "^0.2.2",
"@wyw-in-js/shared": "^0.2.2",
"@wyw-in-js/transform": "^0.2.2",
"@wyw-in-js/vite": "^0.2.2",
"babel-preset-react-app": "^10.0.1",
"cross-env": "^7.0.3",
"css": "^3.0.0",
"happy-dom": "12.10.3",
"prettier": "3.0.3",
"rollup-plugin-workbox": "^8.1.0",
"typescript": "^5.2.2",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.6",
"workbox-build": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">5%",
"not dead"
],
"development": [
">5%",
"not dead"
]
},
"repository": {
"type": "git",
"url": "https://github.com/music-library/frontend.git"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "[email protected]"
}