-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.45 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
{
"name": "Blathers",
"version": "1.0.0",
"corejs": 3,
"description": "Animal Crossingify any Artwork",
"main": "dist/blathers.js",
"module": "src/index.js",
"sass": "src/blathers.scss",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.8.4",
"@babel/runtime": "^7.9.6",
"@babel/runtime-corejs3": "^7.9.6",
"asset-config-webpack-plugin": "^1.4.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.6.5",
"html-webpack-plugin": "^3.2.0",
"js-config-webpack-plugin": "^1.4.0",
"path": "^0.12.7",
"scss-config-webpack-plugin": "^1.4.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.2",
"webpack-merge": "^4.2.2"
},
"scripts": {
"build": "webpack --config webpack.production.config.js",
"devbuild": "webpack --config webpack.dev.config.js",
"clean": "rm dist/bundle.js",
"start": "webpack-dev-server --open --hot --config webpack.dev.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metmuseum/blathers.git"
},
"author": "The Met",
"license": "ISC",
"bugs": {
"url": "https://github.com/metmuseum/blathers/issues"
},
"homepage": "https://github.com/metmuseum/blathers#readme",
"dependencies": {
"@zxing/library": "^0.16.3",
"croppie": "^2.6.4",
"jsbi": "^3.1.2",
"lz-string": "^1.4.4"
}
}