-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 953 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-v2",
"version": "2.0",
"private": true,
"license": "GPL-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"serve": "next start",
"export": "next export"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.11.0",
"@vercel/analytics": "^1.0.1",
"dotenv": "^16.0.3",
"framer-motion": "^10.12.16",
"globby": "^13.1.4",
"isomorphic-unfetch": "^4.0.2",
"next": "13.4.4",
"next-compose-plugins": "^2.2.0",
"next-images": "^1.8.5",
"prettier": "^2.1.2",
"rc-drawer": "^6.1.5",
"react": "18.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "18.2.0",
"react-ga": "^3.1.2",
"react-icons": "^4.8.0",
"react-modal-video": "2.0.0",
"react-multi-carousel": "^2.5.5",
"react-scroll": "^1.8.0",
"react-stickynode": "^4.1.0",
"theme-ui": "^0.15.7",
"typeface-dm-sans": "^1.1.3"
}
}