-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
99 lines (99 loc) · 2.78 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "google-tasks-ui",
"version": "1.0.5",
"author": {
"name": "Juan Cruz Martinez",
"email": "bajcmartinez@gmail.com",
"url": "https://jcmartinez.dev"
},
"build": {
"appId": "dev.jcmartinez.google-tasks-ui",
"productName": "GTasks UI",
"mac": {
"category": "public.app-category.productivity"
}
},
"bugs": {
"url": "https://github.com/bajcmartinez/google-tasks-ui/issues",
"email": "bajcmartinez@gmail.com"
},
"license": "MIT",
"homepage": "./",
"private": true,
"dependencies": {
"@date-io/moment": "^1.3.13",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.9.0",
"@types/ismobilejs": "^1.0.1",
"@types/lowdb": "^1.0.9",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-linkify": "^1.0.0",
"@types/react-test-renderer": "^16.9.2",
"@types/throttle-debounce": "^2.1.0",
"crypto-browserify": "^3.12.0",
"eslint-config-airbnb-typescript": "^6.3.1",
"googleapis": "^47.0.0",
"ismobilejs": "^1.0.3",
"jss": "10.0.4",
"lowdb": "^1.0.0",
"moment": "^2.24.0",
"notistack": "^0.9.7",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-linkify": "^1.0.0-alpha",
"react-scripts": "^3.3.1",
"react-transition-group": "^4.2.1",
"throttle-debounce": "^2.1.0",
"typeface-roboto": "0.0.75",
"typescript": "3.7.5"
},
"devDependencies": {
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^25.1.1",
"concurrently": "^5.1.0",
"coveralls": "^3.0.9",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"prettier": "^1.19.1",
"react-test-renderer": "16.12.0",
"wait-on": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"eject": "react-scripts eject",
"coveralls": "cat coverage/lcov.info | coveralls"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}