-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "simple-voice-changer",
"version": "2.2.1",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npx playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eliastik/simple-voice-changer.git"
},
"dependencies": {
"@eliastik/simple-sound-studio-components": "^2.2.1",
"@eliastik/simple-sound-studio-lib": "^2.2.1",
"i18next": "^24.2.0",
"lodash": "^4.17.21",
"next": "^15.1.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.0",
"semver": "^7.6.3"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/audioworklet": "^0.0.60",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"autoprefixer": "^10.4.20",
"copy-webpack-plugin": "^12.0.2",
"daisyui": "^4.12.23",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"eslint-plugin-react": "^7.37.3",
"glob": "^11.0.0",
"next-pwa": "^5.6.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}