-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.35 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": "hondana",
"version": "1.0.0",
"description": "'a simple library/notification webpage that mainly uses kiru, a RESTful API that scrapes favorite mangasites'",
"main": "index.js",
"scripts": {
"build": "npm run clean && npm run bundle && npm run start",
"dev": "webpack --mode development",
"start": "webpack serve",
"bundle": "webpack --config webpack.config.js",
"clean": "rimraf ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/re-nanashi/hondana.git"
},
"author": "re-nanashi",
"license": "ISC",
"bugs": {
"url": "https://github.com/re-nanashi/hondana/issues"
},
"homepage": "https://github.com/re-nanashi/hondana#readme",
"devDependencies": {
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"live-server": "^1.2.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.6.0",
"npm-run-all": "^4.1.5",
"rimraf": "^2.7.1",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.39.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@types/animejs": "^3.1.3",
"@types/lodash": "^4.14.171",
"animejs": "^3.2.1"
}
}