-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.44 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
46
47
48
49
50
51
{
"name": "korsakov",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"lint": "next lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/designunit/korsakov.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/designunit/korsakov/issues"
},
"homepage": "https://github.com/designunit/korsakov#readme",
"dependencies": {
"@headlessui/react": "^1.7.0",
"@heroicons/react": "^1.0.4",
"@nivo/sunburst": "^0.80.0",
"mapbox-gl": "^2.10.0",
"next": "^12.3.0",
"next-intl": "^2.7.0",
"next-seo": "^5.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-full-screen": "^1.1.0",
"swr": "^1.3.0",
"three": "^0.132.2"
},
"devDependencies": {
"@types/mapbox-gl": "^2.7.5",
"@types/node": "^18.7.18",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/three": "^0.131.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"autoprefixer": "^10.3.3",
"eslint": "^8.23.0",
"eslint-config-next": "^12.3.0",
"postcss": "^8.3.6",
"tailwindcss": "^3.1.0",
"typescript": "^4.8.0"
}
}