-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.61 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
{
"name": "jararaquinha",
"version": "1.0.0",
"description": "GruPy-RN Event Check-in Client",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/webpack --config webpack.config.prod.js",
"start": "node scripts/start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GruPy-RN/jararaquinha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GruPy-RN/jararaquinha/issues"
},
"homepage": "https://github.com/GruPy-RN/jararaquinha#readme",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^2.0.0",
"css-loader": "^2.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"react-hot-loader": "^4.8.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.6",
"webpack-bundle-tracker": "^0.4.2-beta",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"@react-navigation/core": "^3.1.1",
"@react-navigation/web": "^1.0.0-alpha.7",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-navigation": "^3.3.2",
"react-qr-reader": "^2.2.1",
"react-redux": "^6.0.1",
"react-transition-group": "1.x",
"redux-starter-kit": "^0.4.3"
}
}