-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "signature",
"version": "1.6.1",
"description": "Create a signature block for email clients",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --watch",
"build": "rm -rf ./javascript/build && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppStateESS/signature.git"
},
"keywords": [
"signature"
],
"author": "Matthew McNaney <mcnaneym@appstate.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/signature/issues"
},
"homepage": "https://github.com/AppStateESS/signature#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.15.4",
"babel-loader": "^8.2.2",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"es6-promise": "^4.2.8",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"terser": "^5.7.2",
"terser-webpack-plugin": "^5.2.3",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"dom-to-image": "^2.6.0",
"react-input-slider": "^6.0.1"
}
}