-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.61 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
{
"name": "languageio-frontend",
"private": true,
"authors": [
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "./node_modules/.bin/jest",
"lint": "next lint",
"sb": "start-storybook -p 6006",
"build-sb": "build-storybook"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.3",
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.4",
"@reduxjs/toolkit": "^1.8.4",
"formik": "^2.2.9",
"framer-motion": "^5.6.0",
"jsonwebtoken": "^8.5.1",
"next": "12.0.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-lottie": "^1.2.3",
"react-redux": "^8.0.2",
"redux-saga": "^1.2.0",
"smoothscroll-polyfill": "^0.4.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@storybook/addon-actions": "^6.4.13",
"@storybook/addon-essentials": "^6.4.13",
"@storybook/addon-links": "^6.4.13",
"@storybook/builder-webpack5": "^6.4.13",
"@storybook/manager-webpack5": "^6.4.13",
"@storybook/react": "^6.4.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "17.0.8",
"@types/react": "17.0.30",
"@types/react-dom": "^18.0.6",
"@types/react-lottie": "^1.2.6",
"@types/smoothscroll-polyfill": "^0.3.1",
"babel-loader": "^8.2.3",
"eslint": "8.6.0",
"eslint-config-next": "12.0.8",
"storybook-css-modules-preset": "^1.1.1",
"typescript": "4.5.4",
"webpack": "^5.66.0"
}
}