-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "readux",
"version": "1.0.0",
"description": "[![ECDS](https://circleci.com/gh/ecds/readux.svg?style=svg)](<LINK>)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"axios": "^0.23.0",
"ecds-annotator": "github:ecds/ecds-annotator#develop"
},
"devDependencies": {
"fontawesome": "^5.6.3",
"jquery": "^3.6.0",
"selectize": "^0.12.6",
"source-map-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.3",
"ts-loader": "^9.4.4",
"uikit": "^3.17.0",
"uikit-icons": "^0.5.0",
"vue": "^3.2.33",
"webpack": "^5.88.2",
"webpack-bundle-tracker": "^1.5.0",
"webpack-cli": "^4.9.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecds/readux.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ecds/readux/issues"
},
"homepage": "https://github.com/ecds/readux#readme"
}