-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "caixa-bab",
"version": "1.0.0",
"description": "Aplicativo Desktop desenvolvido para a empresa Boca a Boca Makeup com objetivo de manter fluxo de caixa.",
"main": "index.js",
"scripts": {
"start": "electron .",
"watch": "webpack --config webpack.common.js --watch"
},
"author": "Alien Devs",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"electron": "^11.1.0",
"electron-reload": "^1.5.0",
"file-loader": "^6.2.0",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@react-navigation/drawer": "^5.11.4",
"@react-navigation/native": "^5.8.10",
"material-icons-react": "^1.0.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-vis": "^1.11.7"
}
}