50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "strapi",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "A Strapi application",
|
|
"scripts": {
|
|
"develop": "strapi develop",
|
|
"start": "strapi start",
|
|
"build": "strapi build",
|
|
"strapi": "strapi",
|
|
"deploy": "strapi deploy",
|
|
"clean": "rm -rf dist",
|
|
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy-fetch": "^4.0.1",
|
|
"@aws-sdk/client-s3": "^3.583.0",
|
|
"@mux/mux-node": "^7.3.5",
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"@strapi/plugin-cloud": "4.25.3",
|
|
"@strapi/plugin-i18n": "4.25.3",
|
|
"@strapi/plugin-users-permissions": "4.25.3",
|
|
"@strapi/strapi": "4.25.3",
|
|
"@strapi/utils": "^4.25.3",
|
|
"canvas": "^2.11.2",
|
|
"date-fns": "^3.6.0",
|
|
"dotenv": "^16.4.5",
|
|
"lodash": "^4.17.21",
|
|
"node-fetch": "^2.7.0",
|
|
"pg": "8.8.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "5.3.4",
|
|
"strapi-plugin-fuzzy-search": "^2.2.1",
|
|
"styled-components": "5.3.3"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"strapi": {
|
|
"uuid": "de6744d2-f4ac-43cf-aeba-224639f274d1"
|
|
},
|
|
"engines": {
|
|
"node": "20.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"packageManager": "pnpm@9.5.0",
|
|
"license": "MIT"
|
|
}
|