-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.87 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "nolosay",
"version": "0.0.1",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@ffmpeg/ffmpeg": "^0.12.10",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.15.4",
"@storybook/addon-a11y": "^7.6.7",
"@tanstack/react-query": "^5.56.2",
"framer-motion": "^11.2.6",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"next": "^14.2.3",
"react": "^18",
"react-dom": "^18",
"react-leaflet": "^4.2.1",
"react-multi-carousel": "^2.8.5",
"react-router-dom": "^6.22.3",
"react-slick": "^0.29.0",
"recharts": "^2.10.4",
"sass": "^1.69.5",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/addon-styling-webpack": "^0.0.6",
"@storybook/blocks": "^7.6.7",
"@storybook/nextjs": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/test": "^7.6.7",
"@types/leaflet": "^1.9.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.0.1",
"css-loader": "^6.9.0",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"eslint-plugin-storybook": "^0.6.15",
"postcss": "^8",
"postcss-loader": "^7.3.4",
"storybook": "^8.1.8",
"style-loader": "^3.3.4",
"tailwindcss": "^3.3.0",
"typedoc": "^0.25.4",
"typescript": "^5"
},
"scripts": {
"dev": "next dev",
"build": "./build.sh",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write \"pages/**/*.tsx\"",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
}
}