-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 966 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
{
"name": "Portfolio",
"version": "1.0.0",
"description": "This is a website for a fictional museum that serves as a portfolio",
"main": "index.js",
"scripts": {
"lite": "lite-server",
"start": "npm run watch:all",
"test": "echo \"Error: no test specified\" && exit 1",
"watch:scss": "onchange \"css/*.scss\" -- npm run scss",
"watch:all": "parallelshell \"npm run watch:scss\" \"npm run lite\""
},
"author": "Rocky Lee",
"license": "ISC",
"dependencies": {
"basicscroll": "^3.0.2",
"bootstrap": "^4.0.0-alpha.6",
"bootstrap-social": "^5.1.1",
"font-awesome": "^4.7.0",
"fontawesome": "^5.6.3",
"jquery": "^3.4.1",
"popper": "^1.0.1",
"popper.js": "^1.12.9"
},
"devDependencies": {
"lite-server": "^2.3.0",
"node-sass": "^4.7.2",
"onchange": "^3.3.0",
"parallelshell": "^3.0.1"
}
}