-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
{
"name": "michellesmit",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build-stats": "ANALYZE=true yarn run build"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@formspark/use-formspark": "^0.1.34",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@netlify/plugin-nextjs": "^3.9.0",
"@next/bundle-analyzer": "^11.1.2",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.3.4",
"axios": "^0.21.4",
"eslint": "^7.32.0",
"eslint-config-next": "11.1.2",
"marked": "^3.0.3",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-gtm-module": "^2.0.11",
"storyblok-js-client": "^4.1.5",
"storyblok-react": "^0.1.2",
"storyblok-rich-text-react-renderer": "^2.3.1",
"tailwindcss": "^2.2.14"
},
"devDependencies": {
"postcss": "^8.3.6"
}
}