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{
"name": "example",
"version": "1.0.0",
"main": "index.js",
"author": "leonardomso",
"license": "MIT",
"scripts": {
"start": "parcel index.html"
},
"dependencies": {
"react": ">=16.8.6",
"react-app-polyfill": "^2.0.0",
"react-dom": ">=16.8.6"
},
"alias": {
"react": "../node_modules/react",
"react-dom": "../node_modules/react-dom/profiling",
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
},
"devDependencies": {
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"add": "^2.0.6",
"framer-motion": "3.x || 4.x",
"parcel": "^2.0.0-beta.3.1",
"typescript": "^4.3.2",
"yarn": "^1.22.10"
}
}