forked from hyper/pluto-demo
-
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) · 1001 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1001 Bytes
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": "pluto-lockr-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@plutohq/pluto-js": "^1.6.4",
"@plutohq/pluto-node": "^1.5.0",
"@plutohq/pluto-react": "^1.2.2",
"micro": "^9.3.4",
"next": "12.2.2",
"next-compose-plugins": "^2.2.1",
"next-seo": "^5.4.0",
"next-transpile-modules": "^9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"svix": "^0.63.1",
"tailwindcss": "^3.1.6",
"wagmi": "^0.5.9"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-react": "^7.18.6",
"autoprefixer": "^10.4.7",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.2.2",
"eslint-plugin-react": "^7.30.1",
"postcss": "^8.4.14"
}
}