-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 838 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
{
"name": "omniscient",
"version": "0.1.7",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@datastructures-js/queue": "^4.2.3",
"@nextui-org/react": "^2.1.13",
"@tauri-apps/api": "^1.5.0",
"chart.js": "^4.4.0",
"classnames": "^2.3.2",
"framer-motion": "^10.16.4",
"next": "latest",
"react": "latest",
"react-chartjs-2": "^5.2.0",
"react-dom": "latest",
"use-debounce": "^9.0.4"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}