-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 854 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
{
"name": "imsety.com",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@theme-ui/color": "^0.16.1",
"eslint": "8.42.0",
"eslint-config-next": "^14.0.4",
"framer-motion": "^10.16.16",
"get-video-id": "^3.6.5",
"krado-react": "github:imse-ty/krado-react",
"next": "^14.0.4",
"next-seo": "^6.4.0",
"react": "^18.2.0",
"react-countup": "^6.5.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-rewards": "^2.0.4",
"theme-ui": "^0.16.1",
"tinacms": "^1.5.28"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tinacms/cli": "^1.5.39",
"@types/node": "^20.10.5",
"@types/react": "18.2.45"
}
}