-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "l0001",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev -p 50001",
"build": "next build; npm run build-spec",
"start": "next start",
"lint": "next lint",
"build-spec": "npx spec-md ./docs/spec.md > ./public/spec.html",
"watch-spec": "npx nodemon --exec 'npx spec-md > ./public/spec.html' ./docs/spec.md"
},
"dependencies": {
"@graffiticode/basis": "^1.4.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"bent": "^7.3.12",
"d3": "^7.7.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"graphql-request": "^6.1.0",
"hashids": "^2.2.10",
"next": "13.0.2",
"nodemon": "^3.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"sharp": "^0.31.3",
"swr": "^2.2.4",
"typescript": "4.8.4"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"spec-md": "^3.1.0",
"tailwindcss": "^3.3.3"
}
}