-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "303-website",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"preexport": "npm run build",
"export": "next export",
"prestart": "npm run export",
"start": "serve out",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"@next/mdx": "^12.3.1",
"@nextcss/reset": "^0.2.2-beta",
"framer-motion": "^7.5.2",
"gray-matter": "^4.0.3",
"hex-rgb": "^5.0.0",
"next": "latest",
"next-mdx-remote": "^4.1.0",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-countdown": "^2.3.2",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.3.5",
"react-icons": "^4.4.0",
"serve": "^14.0.1",
"styled-components": "^5.3.5",
"usehooks-ts": "^2.7.2"
},
"devDependencies": {
"@types/gtag.js": "^0.0.11",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/styled-components": "^5.1.26",
"@wowkster/prettier-config": "^1.0.1",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"sass": "^1.55.0",
"typescript": "^4.7.4"
},
"prettier": "@wowkster/prettier-config"
}