-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "rootcode",
"version": "0.5.1",
"description": "This site is made for practice only, it's like a blog describing services that a group of developers can do.",
"main": "router.js",
"scripts": {
"start": "node router.js",
"test": "nodemon router.js",
"active": "npm run program",
"scss": "node-sass -o ./public/styles/ ./public/styles/",
"watch:scss": "onchange \"./public/styles/*.scss\" -- npm run scss",
"program": "parallelshell \"npm run watch:scss\" \"node router.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/HediMuhamad/Root-Code.git"
},
"keywords": [
"website",
"blog",
"developer",
"code",
"frontend"
],
"author": "Hedi M. Sharif",
"license": "ISC",
"bugs": {
"url": "https://github.com/HediMuhamad/Root-Code/issues"
},
"homepage": "https://github.com/HediMuhamad/Root-Code#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"jquery": "^3.6.0"
},
"devDependencies": {
"node-sass": "^6.0.1",
"onchange": "^7.1.0",
"parallelshell": "^3.0.2"
}
}