-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
136 lines (136 loc) · 4.49 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "thdk-timesheets-app",
"version": "2.11.3",
"description": "A replacement web app for old school timesheets",
"main": "src/js/app.ts",
"scripts": {
"ci": "node scripts/build.js",
"release": "node scripts/release.js",
"build:refs": "tsc -p common",
"build": "webpack",
"start": "webpack serve",
"build:production": "webpack --mode=production",
"tsc": "tsc -p common && tsc --noEmit",
"lint": "eslint src --cache",
"test": "jest",
"test:cloudbuild": "firebase emulators:exec --only firestore \"jest --coverage --maxWorkers=1\"",
"test:watch": "jest --watch",
"emulators": "firebase emulators:start --only firestore",
"emulator:exec": "firebase emulators:exec --only firestore",
"test:emulator": "firebase emulators:exec --only firestore jest",
"test:emulator:coverage": "firebase emulators:exec --only firestore \"jest --coverage\"",
"version": "auto-changelog && git add CHANGELOG.md",
"create-env": "printenv > .env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thdk/typescript-start.git"
},
"author": "thdk",
"license": "ISC",
"bugs": {
"url": "https://github.com/thdk/typescript-start/issues"
},
"homepage": "https://github.com/thdk/typescript-start#readme",
"devDependencies": {
"@firebase/rules-unit-testing": "^2.0.1",
"@testing-library/react": "^11.0.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^12.1.3",
"@types/chart.js": "^2.8.7",
"@types/classnames": "^2.2.9",
"@types/gapi": "0.0.39",
"@types/gapi.auth2": "0.0.52",
"@types/gapi.client.calendar": "^3.0.7",
"@types/jest": "^26.0.24",
"@types/mustache": "^4.1.2",
"@types/node": "^12.20.55",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"auto-changelog": "^2.3.0",
"autoprefixer": "^9.4.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.6.0",
"del": "^3.0.0",
"dotenv-webpack": "^7.1.0",
"eslint": "^8.21.0",
"firebase-admin": "^10.0.0",
"firebase-tools": "^9.20.0",
"fork-ts-checker-webpack-plugin": "^7.2.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^26.4.2",
"mini-css-extract-plugin": "^2.5.3",
"node-sass": "^6.0.1",
"path": "^0.12.7",
"sass-loader": "^12.4.0",
"source-map-loader": "^3.0.1",
"style-loader": "^3.3.1",
"ts-jest": "^26.3.0",
"ts-loader": "^9.2.6",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"uuid-apikey": "^1.5.3",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@material/chips": "^7.0.0",
"@material/react-text-field": "^0.15.0",
"@material/top-app-bar": "^7.0.0",
"@material/typography": "^0.44.0",
"@octokit/rest": "^18.12.0",
"@rmwc/button": "^7.0.3",
"@rmwc/checkbox": "^7.0.3",
"@rmwc/chip": "^7.0.3",
"@rmwc/data-table": "^7.0.3",
"@rmwc/dialog": "^7.0.3",
"@rmwc/drawer": "^7.0.3",
"@rmwc/fab": "^7.0.3",
"@rmwc/icon": "^7.0.3",
"@rmwc/icon-button": "^7.0.3",
"@rmwc/list": "^7.0.3",
"@rmwc/menu": "^7.0.3",
"@rmwc/provider": "^7.0.3",
"@rmwc/ripple": "^7.0.3",
"@rmwc/select": "^7.0.3",
"@rmwc/snackbar": "^7.0.3",
"@rmwc/switch": "^7.0.3",
"@rmwc/tabs": "^7.0.3",
"@rmwc/textfield": "^7.0.3",
"@rmwc/theme": "^7.0.3",
"@rmwc/top-app-bar": "^7.0.3",
"@rmwc/typography": "^7.0.3",
"@types/md5": "^2.2.0",
"@types/throttle-debounce": "^2.1.0",
"chart.js": "^2.7.3",
"classnames": "^2.2.6",
"copy-text-to-clipboard": "^2.2.0",
"firebase": "^9.1.2",
"firestorable": "^2.2.1",
"js-base64": "^3.7.2",
"js-cookie": "^3.0.1",
"md5": "^2.3.0",
"mobx": "^6.3.3",
"mobx-react-lite": "^3.2.1",
"mobx-router": "^1.0.0",
"moment": "^2.24.0",
"mustache": "^4.2.0",
"react": "^16.8.6",
"react-calendar": "^2.17.5",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.8.6",
"react-firebase-hooks": "^5.0.0",
"react-intl": "^5.8.0",
"react-query": "^3.34.12",
"react-social-login-buttons": "^3.6.0",
"react-use": "^15.3.4",
"throttle-debounce": "^2.1.0",
"uuid": "^8.3.0"
}
}