-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 1000 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": "social-media-dashboard-with-theme-switcher",
"version": "1.0.0",
"description": "![Design preview for the Social Media Dashboard with Theme Switcher coding challenge](./develop/assets/images/desktop-preview.jpg)",
"main": "index.js",
"scripts": {
"start": "sass --watch develop/sass/main.scss develop/css/styles.css & npm run ts",
"build": "sass develop/sass/main.scss develop/css/styles.css --style=compressed",
"ts": "tsc develop/js/script.ts --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Frontend-Mentor-Projects-Daniel/social-media-dashboard-with-theme-switcher.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Frontend-Mentor-Projects-Daniel/social-media-dashboard-with-theme-switcher/issues"
},
"homepage": "https://github.com/Frontend-Mentor-Projects-Daniel/social-media-dashboard-with-theme-switcher#readme",
"dependencies": {
"sass": "^1.55.0"
}
}