forked from render-examples/strapi-sqlite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 768 Bytes
/
package.json
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
{
"name": "strapi-sqlite",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
"@strapi/plugin-graphql": "4.1.7",
"@strapi/plugin-i18n": "4.1.7",
"@strapi/plugin-users-permissions": "4.1.7",
"@strapi/strapi": "4.1.7",
"sqlite3": "^5.0.2",
"strapi-plugin-comments": "^2.2.6",
"strapi-plugin-preview-button": "^1.1.2"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "b4a9b934-98e8-401e-9f60-ad3319a3e359"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT"
}