-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.27 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
{
"name": "google-photos-frame",
"version": "0.1.0",
"description": "",
"license": "MIT",
"scripts": {
"start": "vite --host",
"build": "vite build",
"docker": "node index.js",
"server": "nodemon --ignore settings.json --ignore src/",
"watch": "nodemon --watch src -e js,jsx,svg,html --exec 'npm run build'"
},
"dependencies": {
"@google-cloud/vision": "^4.3.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cron": "^3.1.7",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"fast-deep-equal": "^3.1.3",
"googleapis": "^144.0.0",
"nconf": "^0.12.1",
"node-fetch": "^2.7.0",
"node-ssh": "^13.2.0",
"nosleep.js": "^0.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-lazy-load-image-component": "^1.6.2",
"react-social-login-buttons": "^4.1.0",
"vite-plugin-legacy": "^2.1.0",
"vite-plugin-svgr": "^4.2.0",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^5.4.2",
"autoprefixer": "^10.4.20",
"babel-preset-nano-react-app": "^0.1.0",
"postcss": "^8.4.47",
"vite": "^5.4.7"
},
"overrides": {
"systemjs": "6.11.0"
},
"babel": {
"presets": [
"nano-react-app"
]
},
"browserslist": [
"defaults",
"iOS 8"
]
}