-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·36 lines (36 loc) · 1.03 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
{
"name": "cinemania",
"version": "2.0.0",
"description": "cinemania team project",
"homepage": "https://ViktorSvertoka.github.io/cinemania",
"scripts": {
"start": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /cinemania/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ViktorSvertoka/cinemania.git"
},
"keywords": [],
"author": "Viktor Svertoka <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ViktorSvertoka/cinemania/issues"
},
"dependencies": {
"@anikin/parcel-transformer-handlebars-precompile": "^1.0.1",
"axios": "^1.4.0",
"handlebars": "^4.7.7",
"lodash.throttle": "^4.1.1",
"modern-normalize": "^1.1.0"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.6.0",
"buffer": "^6.0.3",
"parcel": "^2.6.0",
"parcel-reporter-clean-dist": "^1.0.4",
"parcel-transformer-hbs": "^1.0.4",
"posthtml-include": "^1.7.4"
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}