-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
{
"name": "website",
"version": "1.0.0",
"description": "The NextJS server that powers the website for logisim.io.",
"main": "index.js",
"scripts": {
"start": "next start src/",
"build": "next build src/",
"dev": "next dev src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/logisim-io/website.git"
},
"author": "Jacob Gunther",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/logisim-io/website/issues"
},
"homepage": "https://github.com/logisim-io/website#readme",
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.3",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2"
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.16",
"formik": "^2.4.5",
"next": "^14.0.3",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1",
"sass": "^1.69.5",
"server-only": "^0.0.1",
"tailwindcss": "^3.3.6",
"yup": "^1.3.2"
}
}