-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.48 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": "aegis-registry",
"version": "1.0.0",
"repository": "https://github.com/module-federation/aegis-registry.git",
"author": "tysonrm <[email protected]>",
"module": "src/noop.js",
"license": "MIT",
"dependencies": {
"@assemblyscript/loader": "^0.19.10",
"aegis": "^0.1.0",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"kafkajs": "^1.14.0",
"nanoid": "^3.1.12",
"smartystreets-javascript-sdk": "^1.6.0",
"square": "^8.1.0",
"ws": "^7.5.2",
"ws-heartbeat": "^1.2.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/helper-validator-option": "^7.12.17",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.12.1",
"@babel/runtime-corejs2": "^7.13.10",
"assemblyscript": "^0.19.10",
"babel-loader": "^8.1.0",
"babel-plugin-polyfill-corejs2": "^0.1.10",
"babel-plugin-polyfill-corejs3": "^0.1.7",
"babel-plugin-polyfill-regenerator": "^0.1.6",
"babel-register": "^6.26.0",
"esm": "^3.2.25",
"express-cli": "0.0.1",
"is-core-module": "^2.2.0",
"mocha": "^8.2.0",
"nodemon": "^2.0.6",
"nodemon-webpack-plugin": "^4.3.2",
"py-loader": "^0.3.1",
"snowpack": "^3.4.0",
"webpack": "5.0.0-beta.28",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.2"
},
"scripts": {
"build": "webpack --config webpack.config.js"
}
}