-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
{
"name": "edgeset-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "TINA_PUBLIC_IS_LOCAL=true tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rive-app/react-canvas": "^4.13.7",
"@rive-app/react-canvas-lite": "^4.13.7",
"gray-matter": "^4.0.3",
"highlight.js": "^11.10.0",
"luxon": "^3.4.4",
"next": "14.0.3",
"react": "^18",
"react-dom": "^18",
"react-transition-group": "^4.4.5",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"tinacms": "^1.5.28",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@tinacms/cli": "^1.5.39",
"@types/luxon": "^3.4.0",
"@types/node": "^20.11.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-transition-group": "^4.4.9",
"autoprefixer": "^10.0.1",
"critters": "^0.0.20",
"cssnano": "^6.0.3",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}