-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 827 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 827 Bytes
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
{
"name": "lore",
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"license": "GPL-3.0",
"author": {
"name": "A Strapi developer"
},
"scripts": {
"build": "strapi build",
"dev": "strapi develop",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-documentation": "^4.15.5",
"@strapi/plugin-i18n": "4.15.5",
"@strapi/plugin-users-permissions": "4.15.5",
"@strapi/strapi": "4.15.5",
"better-sqlite3": "8.6.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"packageManager": "pnpm@8.8.0",
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"uuid": "2dba349a-ea4e-4276-b8b5-0e0179865c89"
}
}