This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
72 lines (72 loc) · 2.13 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
{
"name": "hackthenorth.com",
"version": "6.0.0",
"private": true,
"dependencies": {
"@hackthenorth/north": "^0.6.4",
"@syncfusion/ej2-react-buttons": "^19.1.54",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^11.13.9",
"@types/react-dom": "^17.0.11",
"@types/react-lottie": "^1.2.2",
"@types/smoothscroll-polyfill": "^0.3.1",
"@types/styled-components": "^5.1.9",
"lodash.throttle": "^4.1.1",
"react": "^16.8.6",
"react-dom": "^16.13.0",
"react-lottie": "^1.2.3",
"react-pose": "^4.0.8",
"react-rellax": "^1.0.3",
"react-scripts": "3.0.0",
"react-snowfall": "^1.1.0",
"react-spring": "^9.4.2",
"react-text-loop": "^2.0.2",
"simple-react-lightbox": "^3.6.6",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^4.2.0",
"tslib": "^2.2.0",
"typescript": "^3.4.5",
"ua-parser-js": "^0.7.19"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "npm run lint:ts && npm run lint:css",
"lint:ts": "eslint --ext .jsx,.js,.tsx,.ts src/ --fix",
"lint:css": "stylelint src",
"minimize-images": "node ./scripts/image-minimizer.js",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^17.0.39",
"@types/ua-parser-js": "^0.7.33",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"glob": "^7.1.4",
"imagemin": "^6.1.0",
"imagemin-jpegtran": "^6.0.0",
"imagemin-pngquant": "^7.0.0",
"prettier": "^1.17.0",
"react-crossfade-image": "^1.2.0",
"stylelint": "^10.0.1",
"stylelint-config-recommended": "^2.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.6.0"
}
}