-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.17 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
104
105
106
107
108
{
"name": "my-app",
"version": "0.1.0",
"homepage": ".",
"type": "commonjs",
"private": true,
"dependencies": {
"@cybergab/gab-react-coverflow": "^0.2.24",
"@firebase/firestore-types": "^2.0.0",
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"@jsasz/react-typist": "^2.0.7",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.19.3",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"@types/react-lazy-load-image-component": "^1.5.1",
"@types/react-router-dom": "^5.1.6",
"@types/react-typist": "^2.0.1",
"@types/styled-components": "^5.1.4",
"@types/swiper": "^5.4.1",
"@types/uuid": "^8.3.0",
"chai-http": "^4.3.0",
"color-thief-react": "^2.0.9",
"compass-mixins": "^0.12.10",
"firebase": "^8.0.0",
"firebase-admin": "^9.3.0",
"firebase-functions": "^3.11.0",
"gh-pages": "^3.1.0",
"lottie-react": "^2.1.0",
"mobx": "^5.15.7",
"mobx-react": "^6.3.1",
"mobx-state-tree": "^3.17.2",
"node-sass": "^4.14.1",
"particles-bg": "^2.5.0",
"prettier-eslint": "^11.0.0",
"react": "^17.0.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-awesome-button": "^6.5.1",
"react-awesome-slider": "^4.1.0",
"react-bootstrap": "^1.4.0",
"react-coverflow": "^0.2.20",
"react-dom": "^17.0.1",
"react-id-swiper": "^4.0.0",
"react-image": "^4.0.3",
"react-image-appear": "^1.3.26",
"react-lazy-load-image-component": "^1.5.0",
"react-lazyload": "^3.1.0",
"react-markdown": "^5.0.2",
"react-mobx": "0.0.4",
"react-palette": "^1.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-share": "^4.3.1",
"react-spinner-material": "^1.3.1",
"react-text-transition": "^1.1.2",
"react-typing-animation": "^1.6.2",
"styled-components": "^5.2.0",
"swiper": "^6.3.5",
"typescript": "^4.0.5",
"use-image-color": "0.0.9",
"uuid": "^8.3.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'src/tests/*.ts'",
"eject": "react-scripts eject",
"fix-lint": "eslint . --ext .tsx --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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/chai": "^4.2.14",
"@types/chai-http": "^4.2.0",
"@types/mocha": "^8.0.3",
"chai": "^4.2.0",
"chai-fetch": "^0.3.1",
"framer-motion": "^2.9.4",
"mocha": "^8.2.1",
"react-background-slider": "^2.0.0",
"ts-node": "^9.0.0"
}
}