forked from verified-eu/libvf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.37 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
{
"name": "libvf",
"version": "1.1.7",
"description": "Library for the Verified API",
"main": "src/libvf.js",
"scripts": {
"dev": "webpack-dev-server --open --hot --port 8060",
"watch": "webpack --watch --config webpack.config.js -p",
"dist": "webpack",
"docs": "jsdoc -c jsdoc.conf.json -R README.md",
"prepublish": "npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/verified-eu/libvf.git"
},
"author": "Sindre Slungaard",
"license": "ISC",
"bugs": {
"url": "https://github.com/verified-eu/libvf/issues"
},
"homepage": "https://verified.eu",
"dependencies": {
"@babel/runtime": "^7.1.2",
"axios": "^0.18.0",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"idempotent-babel-polyfill": "^7.0.0",
"jwt-decode": "^2.2.0",
"query-string": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-syntax-class-properties": "^7.0.0",
"@babel/plugin-transform-arrow-functions": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.0.0",
"@pixi/jsdoc-template": "^2.4.2",
"babel-loader": "^8.0.0",
"webpack": "^4.20.2",
"webpack-cli": "3.1.2",
"webpack-dev-server": "^3.2.1"
}
}