-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 2.1 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
{
"name": "gitstat-web",
"license": "MIT",
"scripts": {
"dev": "parcel src/index.html --no-cache",
"build": "parcel build src/index.html --public-url / --out-dir public",
"serve": "serve --single ./dist/index.html",
"lint": "eslint --ext .ts,.tsx src/ && tsc --noEmit"
},
"dependencies": {
"@types/chart.js": "^2.9.19",
"@types/lodash": "^4.14.150",
"@types/luxon": "^1.22.0",
"@types/react": "^16.9.34",
"@types/react-datepicker": "^2.11.0",
"@types/react-dom": "^16.9.6",
"@types/react-paginate": "^6.2.1",
"@types/react-router": "^5.1.5",
"@types/react-router-dom": "^5.1.4",
"@types/react-select": "^3.0.11",
"@types/styled-components": "^5.1.0",
"chart.js": "^2.9.3",
"chartjs-plugin-colorschemes": "^0.4.0",
"final-form": "^4.19.1",
"history": "^4.10.1",
"lodash": "^4.17.15",
"luxon": "^1.23.0",
"marked": "^1.0.0",
"polished": "^3.5.2",
"react": "^16.13.1",
"react-datepicker": "^2.14.1",
"react-dom": "^16.13.1",
"react-dropzone": "^10.2.2",
"react-final-form": "^6.4.0",
"react-form": "^4.0.1",
"react-paginate": "^6.3.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-select": "^3.1.0",
"styled-components": "^5.1.0",
"typescript": "^3.8.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@svgr/parcel-plugin-svgr": "^5.3.1",
"@types/marked": "^0.7.4",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"autoprefixer": "^9.7.6",
"babel-preset-react-app": "^9.1.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"parcel-bundler": "^1.12.4",
"parcel-plugin-static-files-copy": "^2.3.1",
"prettier": "^2.0.5",
"serve": "^11.3.0"
}
}