-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 974 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
{
"name": "social-dashboard",
"version": "1.0.0",
"description": "![Design preview for the Social media dashboard with theme switcher coding challenge](./design/desktop-preview.jpg)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amit-katyal/social-dashboard.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amit-katyal/social-dashboard/issues"
},
"homepage": "https://github.com/amit-katyal/social-dashboard#readme",
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"autoprefixer": "^10.2.6",
"browser-sync": "^2.27.4",
"cssnano": "^5.0.6",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^5.0.0",
"gulp-terser": "^2.0.1",
"postcss": "^8.3.5",
"sass": "^1.35.2"
}
}