-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.82 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.82 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
84
85
86
87
88
89
90
{
"name": "coopsoc.com.au",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:digitalocean": "yarn install --production=false && yarn run build && rm -rf node_modules && yarn install --production --frozen-lockfile",
"start": "next start",
"lint": "npx eslint .",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "6.5.2",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@stripe/react-stripe-js": "2.7.1",
"@stripe/stripe-js": "3.5.0",
"animate.css": "4.1.1",
"bootstrap": "5.3.3",
"dayjs": "1.11.11",
"gh-pages": "6.1.1",
"glob": "10.4.1",
"gray-matter": "4.0.3",
"headroom.js": "0.12.0",
"next": "14.2.4",
"next-mdx-remote": "5.0.0",
"nouislider": "15.8.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-transition-group": "4.4.5",
"reactstrap": "9.2.2",
"rehype-autolink-headings": "7.1.0",
"rehype-img-size": "1.0.1",
"rehype-slug": "6.0.0",
"sharp": "0.33.4",
"stripe": "^15.10.0",
"swiper": "11.1.0",
"typewriter-effect": "2.21.0",
"wnumb": "1.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "9.4.0",
"@next/eslint-plugin-next": "14.2.4",
"@types/glob": "8.1.0",
"@types/headroom.js": "0.12.4",
"@types/node": "20.14.2",
"@types/nouislider": "15.0.0",
"@types/react": "18.3.3",
"@types/react-transition-group": "4.4.10",
"@types/swiper": "6.0.0",
"@types/wnumb": "1.2.3",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"eslint": "9.4.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"globals": "15.4.0",
"prettier": "3.3.2",
"rehype-image-size": "1.0.0",
"sass": "1.77.5",
"typescript": "5.5.2",
"typescript-eslint": "7.13.0"
},
"resolutions": {
"strip-ansi": "6.0.1",
"string-width": "4.2.2",
"wrap-ansi": "7.0.0"
},
"description": "This repository houses the source code for UNSW Co-op Society's website, hosted at [https://coopsoc.com.au](https://coopsoc.com.au) and written in [Next.js](https://nextjs.org). Visit our website and explore around!",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/coopsoc/website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coopsoc/website/issues"
},
"homepage": "https://github.com/coopsoc/website#readme"
}