-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
{
"name": "miot-geovisorapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@radix-ui/react-checkbox": "1.1.1",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"autoprefixer": "10.4.14",
"classnames": "2.3.2",
"eslint-config-next": "14.2.3",
"mapbox-gl": "3.5.2",
"next": "14.2.3",
"postcss": "8.4.39",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-map-gl": "7.1.7",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"vaul": "0.9.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.5",
"@storybook/addon-essentials": "8.1.3",
"@storybook/addon-interactions": "8.1.3",
"@storybook/addon-links": "8.1.3",
"@storybook/addon-mdx-gfm": "8.1.3",
"@storybook/blocks": "8.1.3",
"@storybook/nextjs": "8.1.3",
"@storybook/react": "8.1.3",
"@storybook/test": "8.1.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.6.11",
"storybook": "8.2.4"
}
}