-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
56 lines (56 loc) · 1.54 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "awesome-google-tasks",
"description": "Google Tasks for humans: Alternative Web UI for Google Tasks made with React",
"author": "Eliran Pe'er <[email protected]> (https://github.com/bluzi)",
"version": "0.1.0",
"dependencies": {
"@material-ui/core": "^1.2.0",
"@material-ui/icons": "^1.1.0",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.6",
"dateformat": "^3.0.3",
"google-tasks-api": "^1.2.0",
"is-mobile": "^1.0.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-scripts": "^2.0.0-next.66cc7a90"
},
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"hostile": "^1.3.2"
},
"scripts": {
"start": "react-scripts start",
"start:80": "PORT=80 npm start",
"start:alias": "hostile set localhost awesomegoogletasks.com && npm run start; hostile remove awesomegoogletasks.com",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"keywords": [
"Google Tasks",
"Todo",
"Tasks",
"React"
],
"repository": {
"type": "git",
"url": "https://github.com/bluzi/awesome-google-tasks"
},
"bugs": {
"url": "https://github.com/bluzi/awesome-google-tasks/issues",
"email": "[email protected]"
},
"browserslist": {
"development": [
"last 1 chrome versions"
],
"production": [
"last 1 chrome versions"
]
}
}