-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.77 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
{
"name": "fidelity-vibrance",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@chakra-ui/react": "^1.4.2",
"@chakra-ui/theme-tools": "^1.1.7",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"framer-motion": "^4.1.0",
"react": "^17.0.1",
"react-alert": "^7.0.2",
"react-alert-template-basic": "^1.0.0",
"react-alert-template-oldschool-dark": "^1.0.1",
"react-audio-spectrum": "^0.1.0",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.1",
"react-h5-audio-player": "^3.6.1",
"react-helmet-async": "^1.0.9",
"react-icons": "^4.2.0",
"react-loader-spinner": "^4.0.0",
"react-particles-js": "^3.4.1",
"react-perfect-scrollbar": "^1.5.8",
"react-scripts": "4.0.3",
"react-sensei": "^0.1.13",
"react-spring": "^8.0.27",
"react-theme-provider": "^0.1.3",
"sass": "^1.32.8",
"scss": "^0.2.4",
"shuffle-array": "^1.0.1",
"styled-components": "^5.2.1",
"web-vitals": "^1.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}