-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·65 lines (65 loc) · 1.9 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "scrivito-mailchimp-widget",
"version": "2.2.3",
"description": "A Scrivito widget including a Mailchimp mailing list signup via lambda function.",
"main": "build/index.js",
"scripts": {
"build": "webpack -p --mode production",
"start": "webpack --watch --mode development",
"eslint": "eslint --max-warnings 1 src/",
"es-check": "npm run build && es-check es5 './build/**/*.js'",
"build:lambda": "netlify-lambda build src/lambda",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Agsiegert/scrivito-mailchimp-widget.git"
},
"keywords": [
"scrivito",
"widgets",
"react",
"react-cms",
"mailchimp"
],
"author": "agsiegert",
"license": "MIT",
"bugs": {
"url": "https://github.com/Agsiegert/scrivito-mailchimp-widget/issues"
},
"homepage": "https://github.com/Agsiegert/scrivito-mailchimp-widget#readme",
"dependencies": {
"netlify-lambda": "^1.4.11"
},
"peerDependencies": {
"react": "^16.6.0",
"react-dom": "^16.6.0",
"scrivito": "^1.6.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"axios": "^0.19.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.2",
"es-check": "^5.0.0",
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.16.4",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"scrivito": "^1.5.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}