-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 KB
/
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
34
35
36
37
38
39
40
41
42
43
{
"name": "strapi-blog",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "npm run documentation && strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"prettier": "prettier . -w",
"documentation": "cp-cli ./src/extensions/documentation/documentation/1.0.0/full_documentation.json ./public/swagger.json"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"cp-cli": "^2.0.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.7"
},
"dependencies": {
"@strapi/plugin-documentation": "^4.9.0",
"@strapi/plugin-i18n": "4.9.0",
"@strapi/plugin-users-permissions": "4.9.0",
"@strapi/strapi": "4.9.0",
"better-sqlite3": "8.0.1"
},
"imports": {
"#src/*": "./src/*"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "cbcaae76-d578-4127-996c-8bcbf8e69dae"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}