-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
44
45
46
47
48
49
50
51
52
{
"name": "portfolio",
"version": "2.0.0",
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites. **portfolio** © [Andrey](https://github.com/inputstudios) \r Authored and maintained by Andrey Trepalin.",
"author": "Andrey Trepalin <jarekismail@gmail.com>",
"license": "ISC",
"type": "module",
"keywords": [
"template",
"front-end",
"portfolio"
],
"repository": {
"type": "git",
"url": "https://github.com/inputstudios/portfolio.git"
},
"bugs": {
"url": "https://github.com/inputstudios/portfolio/issues"
},
"homepage": "https://github.com/inputstudios/portfolio#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel serve ./base.html --open -p 3000 --host 127.0.0.1",
"build": "parcel build ./base.html --dist-dir build"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.9.3",
"parcel": "^2.9.3"
},
"dependencies": {
"bootstrap": "^5.3.0",
"browserslist": "^4.21.10",
"gsap": "^3.12.2",
"jquery": "^3.7.0",
"js-cookie": "^3.0.5"
},
"targets": {
"main": false
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not IE 11"
],
"files": [
"LICENSE.txt",
"package.json",
"README.md"
]
}