-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.36 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
{
"name": "almost-cms",
"homepage": "http://admin.almostcms.org/",
"version": "0.1.0",
"private": true,
"dependencies": {
"amplify": "0.0.11",
"aws-amplify": "^1.1.24",
"aws-amplify-react": "^2.3.4",
"aws-sdk": "^2.437.0",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"graphql": "^14.2.1",
"graphql-tag": "^2.10.1",
"open": "^6.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-draft-wysiwyg": "^1.13.2",
"react-scripts": "^3.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"typescript": "^3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "**Please submit issues to the [appsync-sdk-js](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues) repository.**",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/gkpty/almost_cms.git"
},
"keywords": [
"serverless",
"cms",
"bootstrap4",
"react",
"aws",
"amplify"
],
"author": "Torus Digital",
"license": "MIT",
"bugs": {
"url": "https://github.com/gkpty/almost_cms/issues"
}
}