-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1022 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
41
42
{
"name": "menphistopheles-pub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"classnames": "^2.3.1",
"email-js": "^2.0.2",
"next": "12.0.2",
"next-fonts": "^1.5.1",
"next-translate": "^1.1.0",
"pdfjs-dist": "2.9.359",
"react": "^17.0.2",
"react-datocms": "^1.6.3",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.3.1",
"react-map-gl": "^5.3.17",
"react-pdf": "^5.4.0",
"tiny-json-http": "^7.3.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"autoprefixer": "^10.4.0",
"dotenv": "^10.0.0",
"emailjs-com": "^3.2.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.2",
"file-loader": "^6.2.0",
"postcss": "^8.3.7",
"tailwindcss": "^2.2.15"
},
"engines": {
"node": ">=14.18.1 || >=16.13.0"
}
}