forked from dustinrouillard/personal-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 886 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
{
"name": "personal-site",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@tippyjs/react": "^4.2.6",
"next": "11.0.1",
"next-fonts": "^1.5.1",
"next-mdx-remote": "^3.0.4",
"next-plausible": "^3.7.2",
"pako": "^2.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fast-marquee": "^1.2.1",
"react-native-text-ticker": "^1.13.0",
"react-scroll-text": "^1.0.1",
"react-text-marquee": "^1.0.1",
"styled-components": "^5.3.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/node": "^16.3.3",
"@types/pako": "^1.0.2",
"@types/react": "^17.0.14",
"@types/styled-components": "^5.1.11",
"typescript": "^4.3.5"
}
}