-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
25 lines (25 loc) · 898 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
{
"name": "personal-website",
"version": "1.0.0",
"description": "<h2 align=\"center\">\r My personal Site/Portfolio<br/>\r <a href=\"https://oudommunint.netlify.app/\" target=\"_blank\">Check it out here!</a>\r </h2>\r <h3 align=\"center\">\r 🔹\r <a href=\"https://github.com/OudomMunint/Personal-Site-from-desktop/issues\">Report Bug</a> <br> <br>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "node-sass sass/ -o Content/css/ --output-style compressed --source-map true --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"-": "^0.0.1",
"gsap": "^3.12.1",
"sass": "^1.63.6",
"web-vitals": "^3.4.0"
},
"devDependencies": {
"chokidar": "^3.5.3",
"glob-stream": "^8.0.0",
"gulp": "^5.0.0",
"node-sass": "^9.0.0",
"onchange": "^7.1.0"
}
}