-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 726 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 726 Bytes
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
{
"name": "moneycontrol",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cypress": "cypress open",
"cypress:chorme": "cypress run -b chrome"
},
"dependencies": {
"chart.js": "^3.5.1",
"cypress": "^8.4.1",
"next": "^11.1.3-canary.15",
"prop-types": "^15.6.1",
"react": "17.0.2",
"react-chartjs-2": "^3.0.4",
"react-dom": "17.0.2",
"react-lottie": "^1.2.3",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@types/react": "^17.0.20",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "7.32.0",
"eslint-config-next": "^11.1.2",
"typescript": "^4.4.2"
}
}