-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
48 lines (48 loc) · 1.46 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
{
"name": "tinder-autopilot",
"version": "3.0.0",
"description": "Don't waste any more time doing manual tasks on Tinder. Autopilot will do it for you.",
"main": "src/index.js",
"repository": "https://github.com/Geczy/tinder-autopilot.git",
"author": "Matthew <info@mgates.me>",
"license": "MIT",
"scripts": {
"major": "dotenv release-it -- major --ci",
"minor": "dotenv release-it -- minor --ci",
"patch": "dotenv release-it -- patch --ci",
"start": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/runtime": "^7.12.13",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"bestzip": "^2.2.0",
"copy-webpack-plugin": "^9.0.1",
"dotenv-cli": "^4.0.0",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"invariant": "^2.2.4",
"prettier": "^2.4.1",
"release-it": "^14.3.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.5.0"
},
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
]
}