forked from tmmoond8/picar-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 4.73 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
{
"name": "picar-front",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:6060",
"dependencies": {
"@capacitor/android": "^3.2.5",
"@capacitor/browser": "^1.0.5",
"@capacitor/core": "^3.2.5",
"@capacitor/ios": "3.2.5",
"@egjs/flicking": "^3.7.0",
"@egjs/react-flicking": "^3.3.1",
"@emotion/core": "^10.0.28",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@ionic/react": "^5.5.2",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.5",
"axios": "^0.19.2",
"browserizr": "^3.2.5",
"classnames": "^2.2.6",
"clipboard-copy": "^4.0.1",
"cordova-plugin-screen-orientation": "^3.0.2",
"date-fns": "^2.19.0",
"dotenv": "^8.2.0",
"emotion-reset": "^2.0.7",
"es6-promise-plugin": "^4.2.2",
"firebase": "^8.2.2",
"mobx": "^5.15.4",
"mobx-react": "^6.2.5",
"netlify-lambda": "^2.0.8",
"open-graph-scraper": "^4.9.2",
"parse5": "^6.0.1",
"query-string": "^6.13.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-loading-skeleton": "^2.2.0",
"react-notion": "^0.9.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-toastify": "^6.2.0",
"rss-parser": "^3.12.0",
"throttle-debounce": "^3.0.1",
"typescript": "^4.4.3",
"validator": "^13.1.17"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@capacitor/app": "^1.0.5",
"@capacitor/cli": "^3.2.5",
"@capacitor/haptics": "^1.1.2",
"@capacitor/keyboard": "^1.1.2",
"@capacitor/local-notifications": "^1.0.8",
"@capacitor/push-notifications": "^1.0.6",
"@capacitor/splash-screen": "^1.1.5",
"@capacitor/status-bar": "^1.0.5",
"@emotion/babel-plugin": "^11.3.0",
"@ionic/cli": "^6.16.1",
"@types/classnames": "^2.2.10",
"@types/firebase": "^3.2.1",
"@types/js-cookie": "^2.2.6",
"@types/open-graph-scraper": "^4.8.1",
"@types/parse5": "^6.0.1",
"@types/react-helmet": "^6.1.0",
"@types/throttle-debounce": "^2.1.0",
"@types/validator": "^13.1.0",
"babel-plugin-transform-html-import-to-string": "^1.0.0",
"cordova-res": "^0.15.3",
"customize-cra": "^1.0.0",
"dotenv-cli": "^4.0.0",
"eslint-config-airbnb-typescript": "^7.2.1",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"fs": "^0.0.1-security",
"react-app-rewired": "^2.1.8",
"sync-fetch": "^0.3.0"
},
"scripts": {
"lint": "eslint --ext .tsx --ext .ts src/** --fix",
"dev": "PORT=8200 react-app-rewired start",
"dd": "ionic capacitor open ios",
"dev:ios": "ionic capacitor run ios -l --host=localhost --port=8200",
"dev:android": "ionic capacitor run android -l --host=localhost --port=8200",
"dev:lambda": "netlify-lambda serve src/functions",
"babel:serverless": "yarn babel --config-file ./babel.serverless.json --out-dir lambda ./src/serverless.ts ./src/news-feed.ts --extensions \".ts,d.ts\"",
"build": "CI= react-app-rewired build",
"build:netlify": "yarn build && yarn tool:generate-sitemap && yarn build:serverless",
"build:mobile": "dotenv -e .env.mobile.env react-app-rewired build && capacitor copy ios && capacitor copy android",
"build:ios": "dotenv -e .env.production.env react-app-rewired build && capacitor copy ios",
"build:local": "react-app-rewired build && capacitor copy ios && capacitor copy android",
"build:serverless": "yarn babel:serverless",
"sync:ios": "ionic capacitor sync ios --no-build",
"sync:android": "ionic capacitor sync android --no-build",
"tool:resources": "cordova-res ios && cordova-res android && node scripts/generateResources.js",
"tool:generate-sitemap": "node scripts/sitemap",
"eject": "react-app-rewired eject",
"lt:picar": "lt -p 8200 -s picar -l localhost",
"lt:static": "lt -p 5500 -s static"
},
"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"
]
}
}