-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
47
{
"name": "bookshelf",
"version": "2.0.0",
"description": "",
"homepage": "https://AlexTkachenkoFullstack.github.io/bookshelf",
"scripts": {
"start": "parcel src/*.html",
"build": "parcel build src/*.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goitacademy/parcel-project-template.git"
},
"keywords": [],
"author": "Olexander Tkachenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/goitacademy/parcel-project-template/issues"
},
"dependencies": {
"dotenv": "^16.3.1",
"firebase": "^10.5.2",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"modern-normalize": "^1.1.0",
"netlify-cli": "^17.2.2",
"notiflix": "^3.2.6",
"scroll-js": "^3.5.2",
"swiper": "^9.3.0"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.6.0",
"@parcel/transformer-sass": "^2.6.0",
"@parcel/transformer-webmanifest": "^2.6.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"parcel": "^2.6.0",
"parcel-reporter-clean-dist": "^1.0.4",
"path-browserify": "^1.0.1",
"posthtml-include": "^1.7.4",
"process": "^0.11.10",
"stream-browserify": "^3.0.0"
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}