forked from chingu-voyage3/nest-tab
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 1.27 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
{
"name": "geckos-28",
"author": {
"name": "Afiur Rahman Fahim",
"email": "[email protected]",
"url": "https://faahim.github.io"
},
"description": "Nest Tab is an extension for Chrome that replaces your new tab with a clean looking page that contain tools to help you stay productive.",
"homepage": "https://faahim.github.io/geckos-28/landing-page/",
"repository": {
"type": "git",
"url": "https://github.com/faahim/nest-tab.git"
},
"version": "0.0.1",
"license": "MIT",
"private": true,
"dependencies": {
"fetch-jsonp": "^1.1.3",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "^4.1.1",
"react": "^16.0.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.0.0",
"react-scripts": "1.0.16",
"react-transition-group": "^2.2.1",
"url-metadata": "^2.1.7"
},
"scripts": {
"build-css": "node-sass-chokidar src/styles/sass -o src/styles",
"watch-css": "npm run build-css && node-sass-chokidar src/styles/sass -o src/styles --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}