-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 864 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
{
"name": "anime",
"version": "1.0.1",
"description": "Anime site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --mode=development",
"dev": "webpack serve --mode=development --open",
"start": "node index.js",
"build": "webpack build --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KhaetbekIT/Anime.git"
},
"author": "Khaetbek Akhmadzhonov",
"license": "ISC",
"bugs": {
"url": "https://github.com/KhaetbekIT/Anime/issues"
},
"homepage": "https://github.com/KhaetbekIT/Anime#readme",
"dependencies": {
"axios": "^1.5.1",
"json-server": "^0.17.3",
"path": "^0.12.7",
"swiper": "^10.3.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}