forked from YanLozovskyi/project-js-web-anonymous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "cinemania",
"version": "2.0.0",
"description": "Cinemania",
"homepage": "https://vasylkivt.github.io/cinemania",
"scripts": {
"start": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /cinemania/",
"buildnetlify": "parcel build src/*.html --public-url /"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasylkivt/cinemania.git"
},
"keywords": [],
"author": "Yan Lozovskyi <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/vasylkivt/cinemania/issues"
},
"dependencies": {
"animate.css": "^4.1.1",
"axios": "^1.4.0",
"basiclightbox": "^5.0.4",
"modern-normalize": "^1.1.0",
"select2": "^4.1.0-rc.0",
"swiper": "^10.0.4"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.6.0",
"@parcel/transformer-sass": "^2.6.0",
"@parcel/transformer-webmanifest": "^2.6.0",
"buffer": "^6.0.3",
"parcel": "^2.6.0",
"parcel-reporter-clean-dist": "^1.0.4",
"posthtml-include": "^1.7.4"
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}