forked from RoMELDE/RuneBFS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.54 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
47
48
49
50
51
52
{
"name": "RuneBFS",
"version": "1.0.0",
"description": "ROMEL Rune Breadth-First-Search",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --env.NODE_ENV=development --progress --colors --watch",
"build": "webpack --env.NODE_ENV=production --progress --colors --display-error-details"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RoMELDE/RuneBFS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RoMELDE/RuneBFS/issues"
},
"homepage": "https://github.com/RoMELDE/RuneBFS#readme",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"style-loader": "^0.23.1",
"url-loader": "^2.0.0",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4",
"webpack-pwa-manifest": "^4.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"backbone": "^1.4.0",
"bootstrap": "^4.3.1",
"bootstrap-select": "^1.13.10",
"dom-to-image": "^2.6.0",
"jquery": "^3.4.1",
"localforage": "^1.7.3",
"lodash": "^4.17.15",
"lz-string": "^1.4.4",
"nprogress": "^0.2.0",
"offline-plugin": "^5.0.7",
"popper.js": "^1.15.0",
"underscore": "^1.9.1"
}
}