-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.59 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "react-acid-trail",
"version": "1.1.1",
"private": true,
"homepage": "https://demos.jonathancook.site/react-acid-trail",
"docs": {
"repository": {
"type": "git",
"url": "git+git://git@github.com:j5bot/docs-react-acid-trail.git"
}
},
"repository": {
"type": "git",
"url": "git+git://git@github.com:j5bot/react-acid-trail.git"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.7",
"@fortawesome/free-solid-svg-icons": "^5.4.2",
"@fortawesome/react-fontawesome": "^0.1.3",
"bootstrap": "^4.1.3",
"crypto-js": "^3.1.9-1",
"d3": "^5.7.0",
"flux-standard-action": "^2.0.3",
"html2canvas": "^1.0.0-alpha.12",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"popper.js": "^1.14.3",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-faux-dom": "^4.2.0",
"react-fontawesome": "^1.6.1",
"react-load-script": "^0.0.6",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "2.0.5",
"reactstrap": "^6.5.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-promise": "^0.6.0",
"redux-saga": "^0.16.2",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"coverage": "react-scripts test --coverage --verbose",
"coverage-watch": "react-scripts test --coverage --watch --verbose",
"test": "react-scripts test --verbose",
"test-debug": "react-scripts --inspect-brk=0.0.0.0:9229 test --env=jsdom --runInBand -i",
"test-watch": "react-scripts test --watch --verbose",
"eject": "react-scripts eject",
"docs": "jsdoc -R DOCS-README.md -r src/ -c .jsdoc.config.json -d docs",
"styleguidist": "styleguidist server",
"styleguidist:build": "styleguidist build",
"coverage:view": "open coverage/lcov-report/index.html",
"lint": "eslint **/*.js",
"release": "release-it",
"predeploy-demo": "yarn build",
"deploy-demo": "gh-pages --dist build --remote demo",
"predeploy-docs": "yarn docs",
"deploy-docs": "gh-pages --dist docs --remote docs"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie < 11",
"not op_mini all"
],
"devDependencies": {
"eslint-config-j5bot": "^1.1.6",
"eslint-plugin-j5bot": "^0.0.2",
"eslint-plugin-jest": "^21.25.1",
"eslint-plugin-react": "^7.11.1",
"gh-pages": "^2.0.1",
"jest-junit": "^5.2.0",
"jsdoc": "^3.5.5",
"jsdoctor": "^1.0.0",
"node-sass": "^4.9.4",
"react-styleguidist": "^8.0.2"
}
}