-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.45 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.45 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "fluid",
"version": "3.0.1",
"author": {
"name": "sjmitch-git",
"email": "sjmitch20@outlook.com"
},
"private": false,
"scripts": {
"dev": "next dev",
"build": "tsc --project tsconfig.build.json && next build",
"start": "next start",
"test": "jest --verbose --watch --detectOpenHandles",
"lint": "next lint",
"prettier": "prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --debug",
"serve-storybook": "serve storybook-static",
"chromatic": "chromatic --only-changed --untraced=package.json --untraced=yarn.lock --exit-zero-on-changes"
},
"dependencies": {
"@smitch/js-lib": "^0.3.22",
"@tailwindcss/forms": "^0.5.6",
"@types/geojson": "^7946.0.14",
"@types/node": "20.6.0",
"@types/prismjs": "^1.26.4",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"babel-jest": "^29.7.0",
"chart.js": "^4.4.6",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"leaflet": "^1.9.4",
"next": "13.4.19",
"postcss": "8.4.29",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.5.0",
"react-leaflet": "^4.2.1",
"react-leaflet-fullscreen": "^4.1.1",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.3.3",
"ts-jest": "^29.1.1",
"typescript": "5.2.2"
},
"devDependencies": {
"@storybook/addon-a11y": "^7.4.5",
"@storybook/addon-designs": "^7.0.4",
"@storybook/addon-essentials": "7.4.5",
"@storybook/addon-interactions": "7.4.5",
"@storybook/addon-links": "7.4.5",
"@storybook/addon-mdx-gfm": "^7.4.5",
"@storybook/blocks": "7.4.5",
"@storybook/manager-api": "^7.6.20",
"@storybook/nextjs": "7.4.5",
"@storybook/react": "7.4.5",
"@storybook/testing-library": "0.2.1",
"@storybook/theming": "^7.6.20",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/leaflet": "^1.9.14",
"@types/react-syntax-highlighter": "^15.5.13",
"chromatic": "^7.1.0",
"eslint-plugin-storybook": "^0.6.14",
"esm": "^3.2.25",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"react-test-renderer": "18.2.0",
"storybook": "7.4.5",
"storybook-tailwind-dark-mode": "^1.0.22"
},
"license": "MIT"
}