-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "lily-pad",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@types/react-modal": "^3.12.1",
"dotenv": "^10.0.0",
"ethers": "^5.4.7",
"merge-images": "^2.0.0",
"next": "11.1.2",
"next-themes": "^0.0.15",
"next-transpile-modules": "^8.0.0",
"react": "17.0.2",
"react-audio-player": "^0.17.0",
"react-dom": "17.0.2",
"react-dropdown-select": "^4.7.4",
"react-dvd-screensaver": "^0.0.4",
"react-modal": "^3.14.3",
"react-modal-video": "1.2.8",
"react-scroll": "^1.8.4",
"react-ticker": "^1.3.0",
"sass": "^1.42.1",
"uuidv4": "^6.2.12"
},
"devDependencies": {
"@types/react": "17.0.24",
"autoprefixer": "^10.3.6",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"file-loader": "^6.2.0",
"postcss": "^8.3.8",
"tailwindcss": "^2.2.16",
"typescript": "4.4.3",
"url-loader": "^4.1.1"
}
}