-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
52 lines (52 loc) · 1.58 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
{
"name": "whatsapp-bulk-send-ext",
"version": "0.2.0",
"description": "Send whatsapp messages in bulk. Built with React 16 and Webpack 4",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tmilar/whatsapp-bulk-send-ext.git"
},
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js",
"prettier": "cross-env prettier --write '**/*.{js,jsx,css,html}'",
},
"dependencies": {
"@hot-loader/react-dom": "16.11.0",
"humanize-duration": "3.21.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-hot-loader": "4.12.18"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-preset-react-app": "^9.0.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "5.0.5",
"cross-env": "6.0.3",
"css-loader": "^3.2.0",
"eslint": "^6.2.1",
"eslint-config-react-app": "^5.0.1",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"file-loader": "^4.2.0",
"fs-extra": "^8.1.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"prettier": "1.19.1",
"style-loader": "^1.0.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.2.1",
"write-file-webpack-plugin": "^4.5.1"
}
}