forked from cobiwave/simplefolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 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
{
"name": "simplefolio",
"version": "1.0.1",
"homepage": "https://carmer95.github.io/simplefolio",
"private": "true",
"description": "A clean, beautiful and responsive portfolio template for Developers!",
"source": "src/index.html",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "parcel",
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cobiwave/simplefolio"
},
"keywords": [],
"author": "Jacobo Martinez",
"license": "ISC",
"bugs": {
"url": "https://github.com/cobiwave/simplefolio/issues"
},
"homepage": "https://github.com/cobiwave/simplefolio#readme",
"devDependencies": {
<<<<<<< HEAD
"@parcel/transformer-sass": "^2.8.2",
"gh-pages": "^6.1.1",
"parcel": "^2.8.2",
=======
"@parcel/transformer-sass": "^2.11.0",
"parcel": "^2.11.0",
>>>>>>> c38967fcc5794bdfa2e464ed45f6d32115a8ee92
"prettier": "^2.8.1"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"jquery": "^3.6.3",
"popper.js": "^1.16.1",
"vanilla-tilt": "^1.8.0"
}
}