-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.56 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
53
54
55
56
57
{
"name": "t2m",
"version": "1.0.0",
"description": "torrent to magnet",
"main": "src/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack-dev-server --config ./webpack.config.js",
"build": "cross-env NODE_ENV=prod webpack --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/life1st/t2m.git"
},
"keywords": [
"magnet",
"torrent",
"transform"
],
"author": "life1st",
"license": "MIT",
"bugs": {
"url": "https://github.com/life1st/t2m/issues"
},
"homepage": "https://github.com/life1st/t2m#readme",
"dependencies": {
"arraybuffer-to-buffer": "^0.0.7",
"classnames": "^2.2.6",
"filepond": "^4.25.1",
"parse-torrent": "^9.1.3",
"reset-css": "^5.0.1",
"toastify-js": "^1.9.3"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.13.0",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.3",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
}
}