-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1004 Bytes
/
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
{
"name": "learn-starter",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.4",
"bootstrap": "^4.5.2",
"next": "12",
"nprogress": "^0.2.0",
"rc-slider": "^9.3.1",
"react": "^18.2.0",
"react-bootstrap": "^1.3.0",
"react-copy-to-clipboard": "^5.0.2",
"react-currency-format": "^1.0.0",
"react-dom": "^18.2.0",
"react-icons": "^3.10.0",
"react-input-range": "^1.3.0",
"react-modal": "^3.11.2",
"react-toastify": "^6.0.9",
"sass": "^1.26.10",
"swiper": "^6.1.1",
"typescript": "^5.1.6"
},
"devDependencies": {
"@types/node": "20.4.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/styled-jsx": "^2.2.8",
"babel-plugin-styled-components": "^1.10.7"
}
}