-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 842 Bytes
/
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
{
"name": "company-portfolio",
"version": "1.0.0",
"description": "learning bootstrap v5 with sass",
"main": "index.js",
"scripts": {
"compile:sass": "sass --watch scss:assets/css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/claudiovarzi/company-portfolio.git"
},
"keywords": [
"Bootstrap",
"bootstrap-v5",
"sass",
"learn-bootstrap",
"learn-sass"
],
"author": "Claudio Varzi",
"license": "ISC",
"bugs": {
"url": "https://github.com/claudiovarzi/company-portfolio/issues"
},
"homepage": "https://github.com/claudiovarzi/company-portfolio#readme",
"devDependencies": {
"sass": "^1.49.9"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"autoprefixer": "^10.4.2",
"bootstrap": "^5.1.3",
"postcss-cli": "^9.1.0"
}
}