-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
40
41
42
43
{
"author": "Anurag Kar",
"comments": {
"dependencies": {
"@popperjs/core": "project",
"autoprefixer": "project",
"bootstrap": "project",
"bootstrap-icons": "project",
"jquery": "project",
"popper.js": "project",
"postcss-cli": "project"
},
"devDependencies": {}
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"autoprefixer": "^10.2.5",
"bootstrap": "^5.0.0-beta3",
"bootstrap-icons": "^1.5.0",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"postcss-cli": "^8.3.1"
},
"description": "portfolio",
"devDependencies": {
"postcss": "^8.3.5"
},
"license": "ISC",
"main": "index.html",
"name": "devon",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/anuragdevon/devon.git"
},
"bugs": {
"url": "https://github.com/anuragdevon/devon/issues"
},
"homepage": "https://github.com/anuragdevon/devon#readme"
}