-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
executable file
·36 lines (36 loc) · 1.01 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
{
"name": "mailchimp-for-wp",
"title": "Mailchimp for WordPress",
"repository": {
"type": "git",
"url": "https://github.com/ibericode/mailchimp-for-wordpress"
},
"scripts": {
"lint": "eslint assets/src/js webpack.config.js",
"watch": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.28.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"lightningcss": "^1.17.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
},
"dependencies": {
"@wordpress/browserslist-config": "^5.25.0",
"codemirror": "^5.65.0",
"form-serialize": "^0.7.2",
"html": "^1.0.0",
"mithril": "^2.2.2",
"populate.js": "^1.3.1"
}
}