-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
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
{
"name": "mtg-collection",
"version": "1.0.0",
"description": "Create a digital version of your paper MTG collection",
"main": "webpack.config.js",
"dependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.2",
"mini-css-extract-plugin": "^1.3.9",
"mtgsdk": "^0.4.3",
"postcss-loader": "^5.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"scryfall-client": "^0.18.6",
"util": "^0.12.3",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"dev": "webpack serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e-wilding/mtg-collection.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/e-wilding/mtg-collection/issues"
},
"homepage": "https://github.com/e-wilding/mtg-collection#readme"
}