forked from tinacms/tina-cloud-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 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
{
"name": "@tinacms/starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tinacms dev --watchFolders='components/util/icon.tsx' -c \"next dev\"",
"build": "tinacms build && next build",
"start": "tinacms build && next start",
"export": "npm run build && next export",
"lint": "next lint",
"type-check": "tsc"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@tinacms/cli": "^1.0.9",
"@types/js-cookie": "^3.0.0",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.13.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"postcss": "^8.3.11",
"postcss-import": "^15.1.0",
"postcss-nesting": "^11.1.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.2",
"scheduler": "^0.23.0"
},
"dependencies": {
"@headlessui/react": "^1.7.12",
"@tailwindcss/typography": "^0.5.8",
"@vercel/analytics": "^0.1.11",
"date-fns": "^2.23.0",
"eslint-config-next": "^13.1.6",
"next": "^13.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.2.0",
"react-is": "^18.2.0",
"tailwindcss": "^3.2.6",
"tinacms": "^1.1.5",
"typescript": "^4.5.2"
}
}