forked from weapnl/js-junction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 904 Bytes
/
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
{
"name": "@weapnl/js-junction",
"version": "0.0.11",
"description": "This project allows you to easily consume API's built with Junction.",
"main": "./src/index.js",
"scripts": {
"dev": "webpack --mode development",
"watch": "webpack --mode development --watch",
"prod": "webpack"
},
"author": "Robin",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"webpack": "^5.77.0",
"webpack-cli": "^4.9.0"
},
"dependencies": {
"axios": "^1.3.0",
"lodash": "^4.17.20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weapnl/js-junction.git"
},
"bugs": {
"url": "https://github.com/weapnl/js-junction/issues"
},
"homepage": "https://github.com/weapnl/js-junction#readme"
}