-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.27 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
{
"name": "starter-basic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"start": "tinacms build && next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest",
"check-format": "prettier --check .",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/poppins": "^5.0.5",
"@mui/material": "^5.13.6",
"@swc/helpers": "^0.5.18",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.4",
"latest": "^0.2.0",
"n": "^9.2.3",
"next": "^14.2.35",
"posthog-js": "^1.257.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-h5-audio-player": "^3.9.0",
"react-icons": "^5.4.0",
"tinacms": "^3.3.1",
"wavesurfer.js": "^7.4.2",
"yaml": "^2.8.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "^14.3.1",
"@tinacms/cli": "^2.1.11",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^9.1.0",
"jsdom": "^27.4.0",
"postcss": "^8.4.24",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.2",
"vitest": "^4.0.16"
}
}