-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.53 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
{
"name": "diablo",
"version": "1.0.0",
"main": "src/index.ts",
"author": "https://github.com/espenja",
"license": "MIT",
"private": true,
"scripts": {
"clean": "yarn rimraf dist",
"build": "yarn clean && yarn ts-node ./scripts/build.ts",
"go": "yarn ts-node ./src/index.ts"
},
"dependencies": {
"cheerio": "^1.0.0-rc.6",
"colors": "^1.4.0",
"fs-extra": "^9.1.0",
"got": "^11.8.2",
"prompt": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-typescript": "^7.13.0",
"@types/cheerio": "^0.22.28",
"@types/fs-extra": "^9.0.10",
"@types/got": "^9.6.11",
"@types/node": "^14.0.14",
"@types/prompt": "^1.1.0",
"@types/terser-webpack-plugin": "^5.0.3",
"@types/webpack-bundle-analyzer": "^3.9.2",
"@typescript-eslint/eslint-plugin": "2.31.0",
"@typescript-eslint/parser": "2.31.0",
"babel-loader": "^8.2.2",
"core-js": "^3.10.1",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"fork-ts-checker-webpack-plugin": "^6.2.1",
"prettier": "^2.0.5",
"regenerator-runtime": "^0.13.7",
"rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.1.1",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^3.9.5",
"webpack": "^5.31.2",
"webpack-bundle-analyzer": "^4.4.0"
}
}