-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.79 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.79 KB
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
{
"name": "discord-analyzer",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"dev": "cross-env DEBUG=1 webpack-dev-server",
"build": "webpack",
"cleanup": "rimraf dist",
"analyze": "webpack --analyze",
"lint": "eslint ."
},
"devDependencies": {
"@mtripg6666tdr/eslint-config": "^1.0.12",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@rushstack/eslint-patch": "^1.3.2",
"@swc/core": "^1.3.61",
"@types/crypto-js": "^4.1.1",
"@types/dotenv-webpack": "^7.0.4",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"autoprefixer": "^10.4.14",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"crypto-js": "^4.1.1",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"csso": "^5.0.5",
"discord-api-types": "^0.37.45",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.43.0",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-minimizer-webpack-plugin": "^4.3.0",
"html-webpack-plugin": "^5.5.1",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.24",
"postcss-combine-media-query": "^1.0.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.3.2",
"postcss-preset-env": "^8.4.2",
"postcss-viewport-height-correction": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"resolve-url-loader": "^5.0.0",
"rimraf": "^5.0.1",
"sass": "^1.62.1",
"sass-loader": "^13.3.1",
"swc-loader": "^0.2.3",
"swr": "^2.1.5",
"terser-webpack-plugin": "^5.3.9",
"typescript": "^5.1.3",
"webpack": "^5.85.0",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"packageManager": "yarn@3.6.0"
}