-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 762 Bytes
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
{
"name": "color",
"version": "1.0.0",
"description": "",
"default": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html",
"build": "parcel build index.html --dist-dir dist"
},
"keywords": [],
"author": "Alireza",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.11.4",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"core-js": "^3.21.1",
"fractional": "^1.0.0",
"html2canvas": "^1.4.1",
"regenerator-runtime": "^0.13.9",
"sweetalert2": "^11.4.9",
"tippy.js": "^6.3.7",
"transformer-js": "0.0.9"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.4.0",
"parcel": "^2.4.0",
"sass": "^1.49.9"
}
}