forked from joshhunt/dev2.braytech.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.57 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.57 KB
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": "braytech.org",
"author": "Tom Chapman <askMeOnTwitter@justrealmilk> (https://thomchap.com.au)",
"bugs": "https://github.com/justrealmilk/braytech.org/issues",
"version": "2.7.15",
"private": true,
"dependencies": {
"braytech_react-scripts": "^3.0.1",
"classnames": "^2.2.6",
"dexie": "^2.0.4",
"entities": "^1.1.2",
"i18next": "^13.1.5",
"i18next-xhr-backend": "^1.5.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"prop-types": "^15.7.2",
"query-string": "^6.8.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"react-i18next": "^8.4.0",
"react-json-tree": "^0.11.2",
"react-markdown": "^4.1.0",
"react-moment": "^0.8.4",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^16.8.6",
"redux": "^4.0.4",
"three": "^0.106.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"translations": "node ./scripts/extractTranslations2.js",
"prepareMappingData": "node ./scripts/prepareMappingData.js",
"prepareChaliceData": "node ./scripts/prepareChaliceData.js",
"prepareExtraDefinitions": "node ./scripts/prepareExtraDefinitions.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"find-in-files": "^0.5.0",
"fs-extra": "^7.0.1",
"node-fetch": "^2.6.0"
}
}