-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.71 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
66
{
"name": "strava-visualizer",
"version": "0.0.0-semantic-released",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.3.6",
"@react-aria/visually-hidden": "^3.8.12",
"@tremor/react": "^3.17.2",
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"autoprefixer": "10.4.19",
"clsx": "^2.1.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.0.0",
"framer-motion": "^11.2.6",
"intl-messageformat": "^10.5.14",
"next": "14.2.3",
"next-themes": "^0.3.0",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-query": "^3.39.3",
"semantic-release": "^19.0.3",
"styled-components": "^6.1.11",
"tailwind-variants": "^0.2.1",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
},
"devDependencies": {
"@mapbox/polyline": "^1.2.1",
"axios": "^1.7.2",
"lodash": "^4.17.21",
"mapbox-gl": "^3.4.0"
},
"release": {
"branches": [
"main",
{
"name": "beta",
"prerelease": true
}
],
"verifyConditions": [
"@semantic-release/npm",
"@semantic-release/github"
],
"tagFormat": "v${version}"
}
}