-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.82 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": "td-tracker",
"version": "1.0.0-beta.6",
"description": "Track your TD",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .jsx --ext .js .",
"start": "NODE_ENV=development webpack-dev-server --hot",
"attendance-input": "webpack-dev-server --config webpack-attendance-input.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tewson Seeoun <tewson.seeoun@gmail.com> (https://tewson.github.io)",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.3.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"prettier": "^1.19.1",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/runtime": "^7.7.6",
"@hot-loader/react-dom": "^16.11.0",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"date-fns": "^2.8.1",
"downshift": "^5.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.18",
"react-popper-tooltip": "^2.10.1",
"react-router-dom": "^5.1.2",
"react-tabs": "^3.1.0"
}
}