-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 928 Bytes
/
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
{
"name": "@linkscape/site",
"version": "0.0.1",
"author": "Thomas Wu <thomas@linkscape.app>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@hackclub/icons": "^0.0.12",
"@hackclub/meta": "^1.1.32",
"@hackclub/theme": "^0.3.3",
"@heroicons/react": "^2.0.16",
"@icons-pack/react-simple-icons": "^7.1.0",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.1.1",
"@next/mdx": "^13.1.1",
"daisyui": "^2.51.3",
"next": "^13.1.1",
"prop-types": "^15.7.2",
"react-daisyui": "^3.0.3",
"react-icons": "^4.3.1",
"theme-ui": "0.15.4"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}