-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.51 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "csec_cms",
"private": true,
"version": "1.0.0",
"description": "A Strapi application.",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"lint": "eslint api/**/*.js config/**/*.js plugins/**/*.js"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-react": "^7.7.0"
},
"dependencies": {
"lodash": "^4.17.11",
"strapi": "3.0.0-beta.17.5",
"strapi-admin": "3.0.0-beta.9",
"strapi-hook-mongoose": "3.0.0-beta.9",
"strapi-plugin-content-manager": "3.0.0-beta.9",
"strapi-plugin-content-type-builder": "3.0.0-beta.9",
"strapi-plugin-documentation": "^3.0.0-beta.9",
"strapi-plugin-email": "3.0.0-beta.9",
"strapi-plugin-graphql": "^3.0.0-beta.9",
"strapi-plugin-settings-manager": "3.0.0-beta.9",
"strapi-plugin-upload": "3.0.0-beta.9",
"strapi-plugin-users-permissions": "3.0.0-beta.9",
"strapi-provider-upload-cloudinary": "^3.0.0-alpha.15",
"strapi-utils": "3.0.0-beta.9"
},
"author": {
"name": "kevinshen",
"email": "",
"url": ""
},
"maintainers": [
{
"name": "kevinshen",
"email": "",
"url": ""
}
],
"strapi": "3.0.0-beta.9",
"engines": {
"node": "^10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT",
"customs": {
"uuid": "e1c75590-8cf6-4e27-abc7-ad8c402e0ea1"
},
"node": "12.5.0"
}