-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "tampabaydesigners",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.7.0",
"@notionhq/client": "^1.0.4",
"add-to-calendar-button": "^1.11.4",
"autoprefixer": "^10.4.4",
"dotenv": "^16.0.0",
"framer-motion": "^6.2.8",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"json2md": "^1.12.0",
"moment": "^2.29.2",
"next": "^12.1.2",
"path": "^0.12.7",
"postcss": "^8.4.12",
"raw-loader": "^4.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-feather": "^2.0.9",
"react-ga": "^3.3.0",
"react-markdown": "^8.0.1",
"styled-components": "^5.3.5",
"styled-normalize": "^8.0.7",
"swr": "^1.2.2",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.3.1",
"@netlify/plugin-nextjs-experimental": "^0.0.6",
"yarn-upgrade-all": "^0.7.0"
}
}