-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 2.96 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
{
"name": "hacktj-2021",
"version": "1.0.0",
"private": true,
"homepage": "https://hacktj.org/2021",
"dependencies": {
"chart.js": "^3.3.2",
"dayjs": "^1.10.5",
"history": "^5.0.0",
"lodash": "^4.17.21",
"mapbox-gl": "^2.3.1",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.3",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.0.9",
"react-map-gl": "^6.1.16",
"react-parallax-tilt": "^1.5.34",
"react-router": "^6.0.0-beta.0",
"react-router-dom": "^6.0.0-beta.0",
"reactstrap": "^8.9.0",
"web-vitals": "^2.0.1"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "run switch homepage && react-scripts start",
"build:js": "react-scripts build",
"build:css": "purgecss --content build/**/*.{html,js} --css build/**/*.css --output build/static/css --font-face --keyframes --rejected",
"build": "run build:js && run build:css && react-snap; run build:css",
"test": "react-scripts test",
"lint": "prettier . --write; eslint src/ --fix",
"tint": "node tint-sponsor-images.js",
"switch": "./switch",
"deploy": "./deploy",
"git-history-coauthors": "node git-history-coauthors.js"
},
"reactSnap": {
"minifyCss": {
"inline": [
"all"
],
"level": 2,
"sourceMap": true,
"sourceMapInlineSources": true
},
"fixWebpackChunksIssue": false,
"inlineCss": false,
"cacheAjaxRequests": true,
"http2PushManifest": true,
"preloadImages": true,
"asyncScriptTags": true
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@testing-library/dom": "^8.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"@types/chart.js": "^2.9.32",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.170",
"@types/node": "^15.12.4",
"@types/preval.macro": "^3.0.0",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-map-gl": "^5.2.9",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gh-pages": "^3.2.3",
"htmlparser2": "^6.1.0",
"identity-obj-proxy": "^3.0.0",
"jimp": "^0.16.1",
"nodegit": "^0.27.0",
"prettier": "^2.3.1",
"preval.macro": "^5.0.0",
"purgecss": "^4.0.3",
"react-scripts": "^4.0.3",
"react-snap": "^1.23.0",
"serve": "^12.0.0",
"source-map-explorer": "^2.5.2",
"typescript": "4.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/HackTJ/2021.git"
},
"bugs": {
"url": "https://github.com/HackTJ/2021/issues"
}
}