This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
92 lines (92 loc) · 2.76 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
89
90
91
92
{
"name": "CONTxT",
"version": "0.6.0",
"private": true,
"homepage": "https://OpenATK.github.io/CONTxT",
"resolutions": {
"**/@typescript-eslint/parser": "4.0.1",
"**/@typescript-eslint/eslint-plugin": "4.0.1"
},
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@cerebral/react": "^4.1.1",
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.0.1",
"@types/bluebird": "^3.5.32",
"@types/classnames": "^2.2.10",
"@types/debug": "^4.1.5",
"@types/gapi": "^0.0.39",
"@types/gapi.auth2": "^0.0.52",
"@types/gapi.client.drive": "^3.0.10",
"@types/gapi.client.sheets": "^4.0.13",
"@types/jest": "^26.0.14",
"@types/lodash.forin": "^4.4.6",
"@types/lodash.isequal": "^4.5.5",
"@types/node": "^14.11.2",
"@types/pica": "^5.1.1",
"@types/react": "^16.9.23",
"@types/react-document-meta": "^3.0.0",
"@types/react-dom": "^16.9.5",
"aot-loader": "^1.0.1",
"axios": "^0.20.0",
"bluebird": "^3.5.5",
"cerebral": "^5.1.1",
"classnames": "^2.2.6",
"cra-append-sw": "^2.6.1",
"cross-env": "^7.0.1",
"debug": "^4.1.1",
"ducky": "^2.7.0",
"eslint": "^7.9.0",
"gh-pages": "^2.0.1",
"git-describe": "^4.0.4",
"google-client-api": "^1.0.4",
"import-glob": "^1.5.0",
"jquery": "^3.4.1",
"jquery-ui": "^1.12.1",
"local-storage": "^2.0.0",
"lodash.forin": "^4.4.0",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"luxon": "^1.15.0",
"node-sass": "^4.13.1",
"pica": "^5.0.0",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-document-meta": "^3.0.0-beta.2",
"react-dom": "^16.8.6",
"react-https-redirect": "^1.1.0",
"react-qr-reader": "^2.2.1",
"react-scripts": "^4.0.0-next.98",
"select2": "^4.0.7",
"semver": "^7.1.3",
"serve": "^11.3.0",
"survey-react": "1.8.4",
"typescript": "^4.0.3",
"xlsx": "^0.15.5"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build --repo git@github.com:OpenATK/CONTxT.git",
"devdeploy": "cross-env PUBLIC_URL=https://awlayton.github.io/metadata-app npm run deploy -- -r git@github.com:awlayton/metadata-app.git",
"serve": "cross-env HTTTPS=true PORT=3000 serve",
"start": "cross-env HTTPS=true react-scripts start && cra-append-sw --mode dev ./src/custom-sw.js",
"build": "react-scripts build && cra-append-sw ./src/custom-sw.js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"prettier": {
"singleQuote": true,
"quoteProps": "consistent"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}