-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.75 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
{
"name": "liturgy-of-the-day",
"version": "0.1.0",
"description": "Liturgy of the Day component",
"keywords": [
"react",
"liturgy",
"catholic",
"saint"
],
"author": "John R. D'Orazio <[email protected]> (https://litcal.johnromanodorazio.com)",
"browser": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/Liturgical-Calendar/liturgy-of-the-day-react.git"
},
"homepage": "https://litcal.johnromanodorazio.com",
"bugs": {
"url": "https://github.com/Liturgical-Calendar/liturgy-of-the-day-react/issues",
"email": "[email protected]"
},
"license": "Apache-2.0",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"i18next": "^21.6.10",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^11.15.3",
"react-scripts": "^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "7.17.9",
"i18next-scanner": "^3.1.0",
"typescript": "4.6.3"
},
"scripts": {
"startProd": "HTTPS=true&&SSL_CRT_FILE=certs/server.cert&&SSL_KEY_FILE=certs/server.key&&HOST=liturgyoftheday.com react-scripts start",
"start": "react-scripts start",
"buildApp": "react-scripts build",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"packageManager": "[email protected]"
}