]> git.r.bdr.sh - rbdr/junction/blob - extension/package.json
Build with Babel
[rbdr/junction] / extension / package.json
1 {
2 "name": "junction-extension",
3 "version": "1.0.0",
4 "description": "",
5 "main": "junction.js",
6 "scripts": {
7 "build": "webpack",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "author": "",
11 "license": "ISC",
12 "devDependencies": {
13 "@babel/core": "^7.11.6",
14 "@babel/preset-env": "^7.11.5",
15 "babel-cli": "^6.26.0",
16 "babel-core": "^6.26.3",
17 "babel-loader": "^8.1.0",
18 "babel-preset-es2015": "^6.24.1",
19 "socket.io-client": "^2.3.0",
20 "webpack": "^4.44.2",
21 "webpack-cli": "^3.3.12"
22 },
23 "dependencies": {}
24 }