-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1.2 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
{
"name": "MovieWorld",
"version": "1.0.0",
"description": "The website’s aim is to give a user info about a desired movie by searching its title. We also give users a good opportunity to keep the list of movies they either watched or bookmark to get back later.",
"main": "index.js",
"homepage": "https://leroviten.github.io/project-group13-movie-world",
"scripts": {
"dev": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /project-group13-movie-world/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leroviten/project-group13-movie-world.git"
},
"keywords": [],
"author": "GoIT Team's 13 project",
"license": "ISC",
"bugs": {
"url": "https://github.com/leroviten/project-group13-movie-world/issues"
},
"devDependencies": {
"parcel-bundler": "^1.12.5",
"parcel-plugin-handlebars-precompile": "^1.0.2",
"parcel-plugin-nuke-dist": "^1.0.1",
"posthtml-include": "^1.6.2",
"sass": "^1.32.8"
},
"dependencies": {
"animate.css": "^4.1.1",
"axios": "^0.21.1",
"basiclightbox": "^5.0.4",
"firebase": "^9.0.2",
"handlebars": "^4.7.7",
"lodash.debounce": "^4.0.8",
"tui-pagination": "^3.4.1"
}
}