-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 922 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
35
36
37
{
"name": "book_covers",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start:dev": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"keywords": [],
"description": "",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"image-webpack-loader": "^4.6.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
},
"dependencies": {
"array-flat-polyfill": "^1.0.1",
"d3": "^5.9.1",
"feather-icons": "^4.21.0",
"fuse.js": "^3.4.4",
"js-yaml": "^3.13.1",
"lodash.countby": "^4.6.0",
"numjs": "^0.16.0",
"openseadragon": "^2.4.0",
"static-eval": "^2.0.2"
}
}