-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1.28 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
47
48
{
"name": "ethswarm-nextjs",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build-icons": "node ./scripts/build-icons.js"
},
"dependencies": {
"@cowprotocol/widget-react": "^0.10.0",
"@headlessui/react": "^1.7.17",
"@radix-ui/react-navigation-menu": "^1.1.4",
"clsx": "^2.0.0",
"framer-motion": "^11.0.0",
"gray-matter": "^4.0.3",
"keen-slider": "^6.8.6",
"next": "^14.0.3",
"next-mdx-remote": "^4.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark": "^15.0.1",
"remark-external-links": "^9.0.1",
"remark-html": "^16.0.1",
"tailwind-merge": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@svgr/core": "^5.5.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"camelcase": "^6.0.0",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"glob": "^8.1.0",
"postcss": "^8.4.31",
"rimraf": "^3.0.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2"
}
}