-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1006 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
{
"name": "nuxt-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "next build; next start",
"lint": "next lint"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@types/styled-components": "^5.1.25",
"ap-style-title-case": "^1.1.2",
"next": "12.2.4",
"openbooru": "^1.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hcaptcha": "^0.1.1",
"react-no-ssr": "^1.1.0",
"react-query-devtools": "^2.6.3",
"sharp": "^0.30.7",
"shim": "^0.6.0",
"styled-components": "^5.3.5",
"swr": "^1.3.0",
"use-sync-external-store": "^1.2.0",
"worker-loader": "^3.0.8",
"worker-plugin": "^5.0.1"
},
"devDependencies": {
"@types/node": "^18.6.4",
"@types/react": "^18.0.16",
"babel-plugin-styled-components": "latest",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"typescript": "^4.7.4"
}
}