forked from NoroffFEU/css-frameworks-ca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "css-frameworks-ca",
"version": "0.0.1",
"description": "ConnectSphere - CSS Frameworks CA project",
"scripts": {
"build": "sass src/scss:dist/css --style=compressed && postcss dist/css/*.css --use autoprefixer -d dist/css/",
"watch": "sass --watch src/scss:dist/css",
"start": "live-server",
"dev": "npm-run-all --parallel watch start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Padletut/css-frameworks-ca.git"
},
"keywords": [
"CSS",
"CSS",
"Frameworks",
"Bootstrap",
"SCSS",
"SASS"
],
"author": "Robert Nilsen",
"license": "ISC",
"bugs": {
"url": "https://github.com/Padletut/css-frameworks-ca/issues"
},
"homepage": "https://github.com/Padletut/css-frameworks-ca#readme",
"dependencies": {
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"autoprefixer": "^10.4.7",
"live-server": "^1.2.2",
"npm-run-all": "^4.1.5",
"postcss-cli": "^9.0.0",
"sass": "^1.77.8"
}
}