-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 1.7 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
59
60
61
62
63
64
65
66
67
68
{
"name": "app-documentation-react",
"version": "0.1.0",
"private": true,
"description": "An app for hosting XYO documentation",
"repository": {
"type": "git",
"url": "[email protected]:xycorp/app-documentation-react.git"
},
"keywords": [
"xyo",
"docs",
"react"
],
"author": "Phillip Lorenzo",
"license": "MIT",
"bugs": "https://github.com/xycorp/app-documentation-react/issues",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "react-scripts build && gulp publish",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@xyo-network/web-base-bootstrap": "^1.0.31",
"snyk": "^1.320.3"
},
"devDependencies": {
"bootstrap": "^4.4.1",
"child_process": "^1.0.2",
"concurrent-transform": "^1.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-awspublish": "^4.1.1",
"gulp-cloudfront-invalidate": "^0.1.5",
"install": "^0.13.0",
"jquery": "^3.5.0",
"popper.js": "^1.16.0",
"prismjs": "^1.18.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-prism": "^4.3.2",
"react-scripts": "3.3.0",
"react-scroll": "^1.7.15",
"react-test-renderer": "^16.12.0",
"reactstrap": "^8.2.0",
"typescript": "^3.7.4",
"util": "^0.12.1",
"yarn": "^1.22.0"
},
"snyk": true
}