-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 972 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
38
39
40
{
"name": "satoshis",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.5",
"@mantine/core": "^3.6.3",
"@mantine/hooks": "^3.6.3",
"@storyofams/next-password-protect": "^1.6.0",
"dayjs": "^1.10.7",
"express": "^4.17.3",
"framer-motion": "^6.2.3",
"next": "12.0.9",
"nodemon": "^2.0.15",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-lottie": "^1.2.3",
"react-scroll": "^1.8.4"
},
"devDependencies": {
"@types/node": "17.0.13",
"@types/react": "17.0.38",
"@types/react-lottie": "^1.2.6",
"@types/react-scroll": "^1.8.3",
"autoprefixer": "^10.4.2",
"eslint": "8.7.0",
"eslint-config-next": "12.0.9",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.17",
"typescript": "4.5.5"
}
}