-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 946 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": "mediplay",
"version": "1.0.0",
"description": "MediPlay - Gamified medication tracking application informational website",
"source": "index.html",
"scripts": {
"compile:sass": "sass --watch scss:assets/css",
"start": "parcel",
"build": "parcel build"
},
"keywords": [
"Mediplay",
"Informational",
"website",
"medication tracking"
],
"author": "Oluwaseyi Eyiowuawi",
"license": "ISC",
"devDependencies": {
"parcel": "^2.11.0",
"sass": "^1.69.5"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"autoprefixer": "^10.4.16",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.2",
"postcss": "^8.4.32",
"postcss-cli": "^11.0.0"
}
}