-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 800 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 800 Bytes
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
{
"name": "vizual",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:tailwind": "tailwind build styles/globals.css -o styles/tailwind.css"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@popperjs/core": "2.11.0",
"@tailwindcss/forms": "0.4.0",
"clickhouse": "^2.4.2",
"next": "12.0.7",
"pg": "^8.7.1",
"react": "17.0.2",
"react-d3-components": "^0.9.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.22.5",
"react-scripts": "5.0.0",
"tailwindcss": "3.0.7"
},
"devDependencies": {
"autoprefixer": "10.4.0",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"postcss": "8.4.5",
"tailwindcss": "3.0.7"
}
}