forked from hackclub/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.57 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
{
"name": "@hackclub/v3",
"version": "0.0.1",
"author": "Lachlan Campbell <lachlan@hackclub.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hackclub/icons": "^0.0.12",
"@hackclub/meta": "1.1.32",
"@hackclub/theme": "^0.3.3",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^13.0.5",
"@octokit/auth-app": "^4.0.7",
"@octokit/core": "^4.0.5",
"@octokit/rest": "^19.0.5",
"airtable-plus": "^1.0.4",
"animated-value": "^0.2.4",
"animejs": "^3.2.1",
"axios": "^1.2.0",
"country-list-js": "^3.1.7",
"globby": "^11.0.4",
"gsap": "^3.11.3",
"jquery": "^3.6.1",
"lodash": "^4.17.21",
"next": "^12.3.1",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^10.0.0",
"react": "^17.0.2",
"react-before-after-slider-component": "^1.1.5",
"react-dom": "^17.0.2",
"react-marquee-slider": "^1.1.5",
"react-masonry-css": "^1.0.16",
"react-reveal": "^1.2.2",
"react-scrolllock": "^5.0.1",
"react-snowfall": "^1.2.1",
"react-ticker": "^1.3.2",
"react-tsparticles": "^2.5.3",
"react-use-websocket": "3.0.0",
"recharts": "2.1.12",
"styled-components": "^5.3.6",
"swr": "^1.3.0",
"theme-ui": "^0.14",
"tinytime": "^0.2.6",
"turndown": "^7.1.1",
"vanilla-tilt": "^1.7.3"
},
"devDependencies": {
"eslint": "8.28.0",
"eslint-config-next": "13.0.5"
}
}