elevate-rehab-v3

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

package.json (1043B)


      1 {
      2   "name": "@tinacms/starter",
      3   "version": "0.1.0",
      4   "private": true,
      5   "scripts": {
      6     "dev": "tinacms dev -c \"next dev\"",
      7     "build": "tinacms build && next build",
      8     "start": "tinacms build && next start",
      9     "export": "npm run build && next export",
     10     "lint": "next lint"
     11   },
     12   "devDependencies": {
     13     "eslint": "^8",
     14     "eslint-config-next": "14.2.3",
     15     "@svgr/webpack": "^8.1.0",
     16     "@tinacms/cli": "^1.5.34",
     17     "@types/js-cookie": "^3.0.0",
     18     "@types/node": "^20.14.4",
     19     "@types/react": "^18.3.3",
     20     "@types/styled-components": "^5.1.15",
     21     "autoprefixer": "^10.4.0",
     22     "postcss": "^8.3.11",
     23     "postcss-import": "^16.1.0",
     24     "postcss-nesting": "^12.1.5"
     25   },
     26   "dependencies": {
     27     "@headlessui/react": "^1.7.19",
     28     "@tailwindcss/typography": "^0.5.8",
     29     "date-fns": "^3.6.0",
     30     "next": "^14.2.4",
     31     "react": "^18.2.0",
     32     "react-dom": "^18.2.0",
     33     "react-icons": "^5.2.1",
     34     "styled-jsx": "^5.1.1",
     35     "tailwindcss": "^3.2.4",
     36     "tinacms": "^1.6.4",
     37     "typescript": "^5.4.5"
     38   }
     39 }