-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 850 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 850 Bytes
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
{
"name": "angelhacks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hackclub/theme": "^0.3.3",
"airtable-plus": "^1.0.4",
"auto-prefixer": "^0.4.2",
"d3-color": "^3.1.0",
"figlet": "^1.6.0",
"js-confetti": "^0.11.0",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-masonry-css": "^1.0.16",
"styled-components": "^6.1.1",
"tailwind": "^4.0.0",
"theme-ui": "^0.16.1"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"sass": "^1.62.0",
"tailwindcss": "^3.3.5"
},
"assets": [
"node_modules/figlet/fonts/Epic.flf"
]
}