-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
88 lines (88 loc) · 2.43 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
86
87
88
{
"name": "lombardpress-web.js",
"version": "0.1.0",
"private": true,
"homepage": "http://sctalab.lombardpress.org",
"dependencies": {
"@bit/jeffreycwitt.lbp.text-preview": "^0.0.6",
"@jeffreycwitt/lbp2.collation-table": "^0.0.12",
"@jeffreycwitt/lbp2.surface3wrapper": "^0.0.22",
"@jeffreycwitt/lbp2.text-view": "^0.0.1",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"diff-match-patch": "jeffreycwitt/diff-match-patch.git#master",
"firebase": "4.2.0",
"gh-pages": "^2.0.1",
"i18next": "^19.0.2",
"i18next-browser-languagedetector": "^4.0.1",
"i18next-xhr-backend": "^3.2.2",
"jquery": "^3.4.1",
"mirador": "^3.0.0-alpha.7",
"ngram-diff": "^1.0.0",
"node-sass": "yarn:sass",
"openseadragon": "^2.4.1",
"prop-types": "^15.7.2",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.8",
"react-dom": "^16.8.6",
"react-helmet": "^6.0.0",
"react-i18next": "^11.2.6",
"react-icons": "^3.7.0",
"react-router-dom": "^5.0.0",
"react-scripts": "3.4.1",
"react-styleguidist": "^9.1.11",
"react-syntax-highlighter": "^10.3.0",
"react-tooltip": "^4.2.7",
"uuidv4": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"sync": "rsync -avP --delete build/ jcwitt@facresearch09.ad.loyola.edu:/home/jcwitt/static-site-data/lbp-webjs-data/"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"bit": {
"env": {
"compiler": "bit.envs/compilers/react@1.0.2"
},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "npm",
"overrides": {
"components/Surface3Wrapper": {
"peerDependencies": {
"react": "+"
}
}
}
},
"devDependencies": {
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"jest-canvas-mock": "^2.2.0",
"raf": "^3.4.1",
"react-test-renderer": "^16.13.1",
"sinon": "^9.0.2"
}
}