-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.34 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "tinacms dev -c \"start http://localhost:3000/ &next dev\"",
"build": "tinacms build && next build",
"start": "tinacms build && next start",
"lint": "next lint --fix"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.10",
"@reduxjs/toolkit": "^1.8.5",
"@tinacms/cli": "^1.10.1",
"@types/react-syntax-highlighter": "^15.5.6",
"gray-matter": "^4.0.3",
"next": "^13.4.12",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-syntax-highlighter": "^15.5.0",
"sass": "^1.56.2",
"tinacms": "^2.8.1"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"address": "^1.2.0",
"chalk": "^4.1.2",
"eslint": "8.19.0",
"eslint-config-next": "^13.2.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-no-switch-statements": "^1.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "2.8.7",
"typescript": "^4.8.4"
}
}