forked from kon3ko/cover-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.64 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
{
"name": "cover-next",
"version": "1.0.0",
"description": "tools that will help you see new items and make it easier for you to use the website to load bittorrent.",
"main": "cover-next.js",
"repository": "https://github.com/kon3ko/cover-next",
"author": "Neko",
"license": "MIT",
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --mode=development",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --mode=production --node-env=production",
"build:dev": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --mode=development",
"build:prod": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --mode=production --node-env=production",
"watch": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --watch",
"serve": "webpack serve"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@webpack-cli/generators": "^2.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"css-loader": "^5.2.6",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.1",
"prettier": "^2.3.2",
"sass": "^1.35.2",
"sass-loader": "^12.1.0",
"style-loader": "^3.0.0",
"tailwindcss": "^3.4.10",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@fancyapps/ui": "^4.0.0-alpha.4",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.2.0",
"hash.js": "^1.1.7",
"jquery": "^3.6.0"
}
}