-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "twitch-replay",
"version": "2.8.4",
"main": "dist/main.js",
"repository": "git@github.com:alefoll/twitch-replay.git",
"license": "MIT",
"scripts": {
"clean": "node bin/clean.mjs",
"dev": "webpack serve --mode=development",
"build": "yarn run clean && webpack --mode=production"
},
"dependencies": {
"@types/luxon": "^3.4.2",
"@types/mini-css-extract-plugin": "^2.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/webpack": "^5.28.5",
"@types/webpack-dev-server": "^4.7.1",
"@vvo/tzdb": "^6.142.0",
"colord": "^2.9.3",
"css-loader": "^7.1.2",
"del": "^7.1.0",
"file-loader": "^6.2.0",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"luxon": "^3.5.0",
"mini-css-extract-plugin": "^2.9.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.1",
"recoil": "^0.7.7",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}