-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.6 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
{
"name": "serverguard.xyz",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production",
"postbuild": "node --experimental-loader @node-loader/babel \"src/build-static.mjs\"",
"build-dev": "webpack --mode development",
"postbuild-dev": "node --experimental-loader @node-loader/babel \"src/build-static.mjs\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ServerGuardBot/website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ServerGuardBot/website/issues"
},
"homepage": "https://github.com/ServerGuardBot/website#readme",
"reactSnap": {
"source": "public"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"chart.js": "^4.0.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.0.3",
"escape-html-tags": "^1.1.3",
"history": "^5.3.0",
"html-webpack-plugin": "^5.5.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.0.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/node": "^7.20.7",
"@ctrl/react-adsense": "^1.6.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fingerprintjs/fingerprintjs": "^3.3.6",
"@mantine/core": "^5.10.3",
"@mantine/dates": "^5.10.3",
"@mantine/dropzone": "^5.10.3",
"@mantine/form": "^5.10.3",
"@mantine/hooks": "^5.10.3",
"@mantine/notifications": "^5.10.3",
"@mantine/tiptap": "^5.10.3",
"@marsidev/react-turnstile": "^0.0.7",
"@mui/material": "^5.10.15",
"@node-loader/babel": "^2.0.1",
"@tabler/icons": "^1.119.0",
"@tiptap/extension-character-count": "^2.0.0-beta.218",
"@tiptap/extension-link": "^2.0.0-beta.217",
"@tiptap/extension-placeholder": "^2.0.0-beta.218",
"@tiptap/extension-underline": "^2.0.0-beta.218",
"@tiptap/react": "^2.0.0-beta.217",
"@tiptap/starter-kit": "^2.0.0-beta.217",
"@tiptap/suggestion": "^2.0.0-beta.218",
"babel-loader": "^9.1.0",
"babel-preset-env": "^1.7.0",
"blurhash": "^2.0.5",
"cheerio": "^1.0.0-rc.12",
"commonmark": "^0.30.0",
"dayjs": "^1.11.7",
"puppeteer": "^20.5.0",
"react-blurhash": "^0.3.0",
"react-tsparticles": "^2.5.3",
"thread-loader": "^3.0.4",
"tsparticles": "^2.5.3",
"tsparticles-preset-links": "^2.5.3",
"turndown": "^7.1.1"
}
}