-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.09 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.09 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "compsoc-website",
"version": "0.1.0",
"license": "MIT",
"author": "Durham Computing Society <computing.society@durham.ac.uk>",
"contributors": [
{
"name": "Ethan Waite",
"email": "ethan.w@compsoc.tech"
},
{
"name": "Jacob Wrenn",
"email": "jacob@wrenn.me"
}
],
"type": "module",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.19",
"@typeform/embed": "^0.12.2",
"@types/jest": "24.0.18",
"@types/node": "20.0.0",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-react-swc": "^3.7.0",
"classnames": "^2.5.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^5.2.1",
"react-router-dom": "^5.3.4",
"sass-embedded": "^1.78.0",
"terser": "^5.32.0",
"typescript": "^5.0.0",
"vite": "^5.4.3",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1",
"wow.js": "^1.2.2"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:prod": "pnpm run build && react-snap"
},
"reactSnap": {
"source": "dist",
"puppeteerArgs": [
"--no-sandbox",
"--disable-setuid-sandbox",
"--disable-gpu",
"--disable-dev-shm-usage"
]
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/react-google-recaptcha": "^1.1.2",
"@types/react-helmet": "^5.0.27",
"@types/react-router-dom": "^5.3.3",
"react-snap": "^1.23.0"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}