-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
45
{
"name": "next-swell-basic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"clean": "rimraf .next node_modules pnpm-lock.yaml yarn.lock package-lock.json out yarn-error.log && pnpm install",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"dependencies": {
"@hookstate/core": "^4.0.0-rc21",
"@hookstate/localstored": "^4.0.0-rc21",
"encoding": "^0.1.13",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"fs": "^0.0.1-security",
"html-react-parser": "^3.0.4",
"net": "^1.0.2",
"next": "^13.0.3",
"node-localstorage": "^2.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.5",
"sharp": "^0.31.2",
"swell-js": "^3.17.10",
"swell-node": "^4.0.10",
"tls": "^0.0.1",
"typescript": "^4.9.5"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.28.4-appdir.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"sass": "^1.56.1",
"rimraf": "^4.1.2",
"tailwindcss": "^3.2.3"
}
}