-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "dashicrypt",
"version": "1.0.0",
"description": "cryptocurrency dashboard of the top 100 cryptocurrencies by market cap",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"author": "Adeniyi Adeyokunnu <funmbi.adeyokunnu@gmail.com>",
"license": "ISC",
"dependencies": {
"@token-icons/react": "^2.10.0",
"axios": "^1.7.2",
"bulma": "^0.8.2",
"lodash": "^4.17.15",
"react": "^18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "^4.0.13",
"react-scripts": "^5.0.1",
"recharts": "^2.12.7"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"@parcel/transformer-sass": "^2.12.0",
"@parcel/transformer-svg-react": "^2.12.0",
"buffer": "^6.0.3",
"parcel": "^2.12.0",
"process": "^0.11.10",
"sass": "^1.26.7"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}