-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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": "@peersocial-io/requires",
"version": "0.0.1",
"description": "require(js) remastered to handle tarballs",
"main": "requires.js",
"browser": "browser/requires.js",
"scripts": {
"bash": "bash",
"test": "node ./test.js",
"serve": "DEBUG=1 webpack serve",
"build": "webpack"
},
"author": "Bradley Matusiak <bmatusiak.x>",
"license": "UNLICENSED",
"dependencies": {
"@babel/preset-env": "^7.18.9",
"@babel/standalone": "^7.18.9",
"@obsidize/tar-browserify": "^2.1.2",
"node-fetch": "^2.6.7",
"semver": "^7.3.7"
},
"devDependencies": {
"assert": "^2.0.0",
"babel": "^6.23.0",
"babel-loader": "^8.2.5",
"babel-template": "^6.26.0",
"browserify": "^17.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"crypto-browserify": "^3.12.0",
"eslint": "^8.20.0",
"eslint-plugin-react": "^7.30.1",
"html-webpack-plugin": "^5.5.0",
"https-browserify": "^1.0.0",
"ifdef-loader": "^2.3.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0",
"vm-browserify": "^1.1.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
}
}