-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.91 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
{
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.3",
"@material-ui/pickers": "^3.3.10",
"bootstrap": "^4.6.0",
"date-fns": "^2.21.2",
"history": "5.0.0",
"jquery": "^3.6.0",
"merge": "2.1.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"next": "^10.2.0",
"popper.js": "^1.16.0",
"react": "^17.0.2",
"react-clock": "^3.0.0",
"react-dom": "^17.0.2",
"react-live-clock": "^5.1.0",
"react-moment": "^1.1.1",
"reactstrap": "8.9.0",
"svgo": "2.3.0"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.8",
"@types/history": "4.7.8",
"@types/jest": "26.0.22",
"@types/js-cookie": "^2.2.6",
"@types/node": "14.14.37",
"@types/react": "^17.0.3",
"@types/react-clock": "^3.0.0",
"@types/react-dom": "17.0.3",
"@types/reactstrap": "8.7.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-eslint": "^10.1.0",
"cross-env": "7.0.3",
"eslint": "^7.24.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.7.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^2.5.3",
"jest": "^26.6.3",
"nan": "^2.14.2",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4",
"webpack": "^5.33.1"
},
"name": "clock-synch",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"lint": "eslint ./src/**/*.ts ./src/**/*.tsx --fix"
},
"version": "0.1.0"
}