-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.42 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
{
"name": "analise-de-dados",
"author": "grupo-estacio",
"version": "1.0.3",
"main": "./build/electron/main.js",
"keywords": [
"restaurante",
"python",
"flask"
],
"scripts": {
"dump": "dump-stlite-desktop-artifacts",
"dev:app": "streamlit run app.py",
"production": "NODE_ENV=\"production\" electron .",
"start": "node ./dist/server.js",
"servewindows": "electron .",
"pack": "electron-builder --dir",
"prisma": "npx prisma",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps",
"server": "nodemon --exec npx babel-node client/src/api/router/router.js"
},
"build": {
"files": ["build/**/*"],
"directories": {
"buildResources": "assets"
},
"win": {
"target": "portable",
"icon": "assets/icon.ico"
}
},
"dependencies": {
"-": "^0.0.1",
"@prisma/client": "^4.13.0",
"@types/multer": "^1.4.7",
"D": "^1.0.0",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.1",
"typescript": "^5.0.4"
},
"devDependencies": {
"@stlite/desktop": "^0.22.2",
"electron": "22.0.0",
"electron-builder": "^23.6.0",
"@babel/core": "^7.21.5",
"@babel/node": "^7.20.7",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"prisma": "^4.13.0",
"nodemon": "^2.0.22"
}
}