-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 KB
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": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild:local": "node -r dotenv/config ./scripts/prebuild dotenv_config_path=.env.local",
"prebuild": "node ./scripts/prebuild",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"license": "LicenseRef-LICENSE",
"dependencies": {
"@fontsource/inter": "^4.5.14",
"@fontsource/roboto-mono": "^4.5.8",
"@headlessui/react": "^1.7.4",
"cheerio": "^1.0.0-rc.12",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"eslint-config-standard": "16.0.3",
"eslint-config-standard-jsx": "10.0.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~5.1.0",
"eslint-plugin-unused-imports": "2.0.0",
"i18next": "^22.0.6",
"next": "13.0.5",
"next-i18next": "^13.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-i18next": "^12.0.0",
"react-slick": "^0.29.0",
"react-syntax-highlighter": "^15.5.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"dotenv": "12.0.0",
"standard": "^17.0.0",
"styled-components": "5.3.3"
}
}