-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
145 lines (145 loc) · 5.99 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "molitva.app",
"version": "2.0.37",
"description": "Orthodox calendar",
"main": "index.js",
"private": true,
"type": "module",
"scripts": {
"start": "cross-env Z_URL=https://z.molitva.app PUBLIC_URL=http://localhost:3000 API_HOST=https://api.c.psmb.ru node server.js",
"start-local": "cross-env Z_URL=http://z.molitva.app PUBLIC_URL=http://localhost:3000 API_HOST=http://localhost:9999 node server.js",
"serve": "cross-env NODE_PORT=80 NODE_ENV=production node server.js",
"redirect": "cross-env NODE_PORT=80 NODE_ENV=production node redirect.js",
"build": "cross-env Z_URL=https://z.molitva.app PUBLIC_URL=https://molitva.app API_HOST=https://api.c.psmb.ru NODE_ENV=production webpack --config webpack.prod.js",
"build-aws": "cross-env Z_URL=https://z.molitva.app PUBLIC_URL=https://molitva.app API_HOST=https://api.c.psmb.ru NODE_ENV=production webpack --config webpack.prod.js",
"build-local": "cross-env Z_URL=http://localhost:8080 PUBLIC_URL=http://localhost API_HOST=https://api.c.psmb.ru NODE_ENV=production webpack --config webpack.prod.js",
"twa-build": "cd TWA && bubblewrap build",
"cap-build": "yarn build-aws && yarn cap sync",
"cap-open": "yarn cap open ios",
"lint": "yarn lint:eslint && yarn lint:tsc",
"lint:eslint": "eslint --ext .js,.jsx,.ts,.tsx app",
"lint:tsc": "tsc --noEmit",
"lint-fix": "eslint --ext .js,.jsx,.ts,.tsx app --fix"
},
"author": "PSMB.ru",
"license": "ISC",
"dependencies": {
"@capacitor/cli": "^2.4.2",
"@capacitor/core": "^2.4.2",
"@capacitor/ios": "2.4.2",
"@emotion/core": "^10.0.27",
"@emotion/react": "^11.1.1",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@mdx-js/react": "^2.1.5",
"@sentry/react": "^6.2.5",
"@sentry/tracing": "^6.2.5",
"@types/lodash.memoize": "^4.1.6",
"array-flat-polyfill": "^1.0.1",
"autoprefixer": "^7.1.6",
"babel-polyfill": "^6.26.0",
"capacitor-data-storage-sqlite": "^2.4.2",
"cors": "^2.8.5",
"create-file-webpack": "^1.0.2",
"date-fns": "^2.9.0",
"dateformat": "^3.0.2",
"downshift": "^8.2.1",
"element-closest-polyfill": "^1.0.0",
"emotion": "^10.0.27",
"emotion-theming": "^10.0.27",
"express": "^4.17.3",
"fuse.js": "^6.6.2",
"html-webpack-plugin": "^5.5.0",
"idb-keyval": "^3.2.0",
"isomorphic-fetch": "^2.2.1",
"lodash.foreach": "^4.5.0",
"lodash.groupby": "^4.6.0",
"lodash.memoize": "^4.1.2",
"lodash.throttle": "^4.1.1",
"oidc-react": "^2.1.0",
"postcss-loader": "^7.0.1",
"prop-types": "^15.6.0",
"react": "^18.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-collapse": "^5.1.1",
"react-day-picker": "^7.4.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-icons": "^2.2.5",
"react-joyride": "^2.7.2",
"react-motion": "^0.5.2",
"react-nice-dates": "^1.0.2",
"react-pullable": "^1.0.5",
"react-query": "^3.39.2",
"react-router-dom": "^5.1.2",
"react-scroll-restoration": "^1.0.6",
"react-swipeable-views": "^0.14.0",
"react-tippy": "^1.4.0",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"recoil-sync": "^0.2.0",
"sass-loader": "^13.1.0",
"typescript": "^4.8.4",
"unfetch": "^4.1.0",
"workbox-google-analytics": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.12.13",
"@bubblewrap/cli": "^1.20.0",
"@mdx-js/loader": "^2.1.5",
"@types/react-gtm-module": "^2.0.1",
"@types/react-router-dom": "^5.1.8",
"@types/react-swipeable-views": "^0.13.1",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@welldone-software/why-did-you-render": "^4.3.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"babel-plugin-transform-optional-chaining": "^7.0.0-beta.3",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.2",
"css-loader": "^6.7.1",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-with-typescript": "^19.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"file-loader": "^6.2.0",
"html-webpack-harddisk-plugin": "^2.0.0",
"isomorphic-style-loader": "^5.3.2",
"mini-css-extract-plugin": "^2.6.1",
"pattern-replace-loader": "^1.0.5",
"prettier": "^2.2.1",
"react-hot-loader": "^4.13.0",
"remark-gfm": "^3.0.1",
"sass": "^1.66.1",
"standard": "^9.0.1",
"style-loader": "^3.3.1",
"webpack": "^5.76",
"webpack-cli": "^4.10.0",
"webpack-dev-middleware": "^5.3.3",
"webpack-hot-middleware": "^2.25.2",
"webpack-hot-server-middleware": "0.6.1",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
"workbox-webpack-plugin": "^6.5.4",
"worker-loader": "^3.0.8"
}
}