forked from NoroffFEU/css-frameworks-ca
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 944 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 944 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
32
33
34
35
36
37
38
{
"name": "css-frameworks-ca",
"version": "0.0.1",
"description": "A starting point for the CSS Frameworks CA project",
"scripts": {
"build": "sass src/scss:dist/css",
"watch": "sass src/scss:dist/css --watch",
"start": "live-server",
"dev": "npm-run-all --parallel watch start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoroffFEU/css-frameworks-ca.git"
},
"keywords": [
"CSS",
"CSS",
"Frameworks",
"Bootstrap",
"SCSS",
"SASS"
],
"author": "Oliver Dipple <oliver.dipple@noroff.no>",
"license": "ISC",
"bugs": {
"url": "https://github.com/NoroffFEU/css-frameworks-ca/issues"
},
"homepage": "https://github.com/NoroffFEU/css-frameworks-ca#readme",
"dependencies": {
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"live-server": "^1.2.2",
"sass": "^1.66.0"
}
}