-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1018 Bytes
/
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
{
"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",
"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",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.4",
"latest": "^0.2.0",
"n": "^9.2.3",
"next": "^12.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-h5-audio-player": "^3.9.0",
"react-icons": "^4.10.1",
"tinacms": "2.1.0",
"wavesurfer.js": "^7.4.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@tinacms/cli": "1.5.51",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.24",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.2"
}
}