-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "qr-online",
"version": "1.0.1",
"description": "",
"main": "webpack.config.js",
"scripts": {
"start": "node_modules/.bin/webpack-dev-sever"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josemigallas/qr-online.git"
},
"author": "josemigallas, tonygcs & lvillen",
"license": "MIT",
"bugs": {
"url": "https://github.com/josemigallas/qr-online/issues"
},
"homepage": "https://github.com/josemigallas/qr-online#readme",
"dependencies": {
"bootstrap": "4.5.2",
"jquery": "^3.5.1",
"object-assign": "^4.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"redux": "^4.0.5",
"typescript": "^4.0.3"
},
"devDependencies": {
"css-loader": "^4.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.5.0",
"style-loader": "^1.2.1",
"ts-loader": "^8.0.4",
"url-loader": "^4.1.0",
"webpack": "^4.44.2",
"webpack-dev-server": "^3.11.0"
}
}