Initial commit
This commit is contained in:
40
package.json
Normal file
40
package.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "@tinacms/starter",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "tinacms dev -c \"next dev\"",
|
||||
"build": "tinacms build && next build",
|
||||
"start": "tinacms build && next start",
|
||||
"export": "npm run build && next export",
|
||||
"lint": "eslint . --ext .ts,.tsx"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@svgr/webpack": "^6.3.1",
|
||||
"@tinacms/cli": "^1.5.14",
|
||||
"@types/js-cookie": "^3.0.0",
|
||||
"@types/node": "^16.11.7",
|
||||
"@types/react": "^17.0.35",
|
||||
"@types/styled-components": "^5.1.15",
|
||||
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
||||
"@typescript-eslint/parser": "^5.20.0",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"eslint": "^8.13.0",
|
||||
"postcss": "^8.3.11",
|
||||
"postcss-import": "^14.0.2",
|
||||
"postcss-nesting": "^10.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/react": "1.7.5",
|
||||
"@tailwindcss/typography": "^0.5.8",
|
||||
"date-fns": "^2.23.0",
|
||||
"next": "^13.3.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-icons": "^4.2.0",
|
||||
"styled-jsx": "^3.2.5",
|
||||
"tailwindcss": "^3.2.4",
|
||||
"tinacms": "^1.5.6",
|
||||
"typescript": "^4.5.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user