-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 3.77 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 3.77 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "makerdao-ses-typescript",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start-staging": "next start -p 3001",
"lint-fix": "yarn run eslint --fix src/**/*{.ts,.tsx}",
"test": "jest --watchAll",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.13",
"@mui/material": "^5.14.13",
"@react-hook/window-size": "^3.1.1",
"@reduxjs/toolkit": "^1.8.2",
"classnames": "^2.3.2",
"countup.js": "2.5.0",
"deepmerge": "^4.3.1",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "5.7",
"formik": "^2.2.9",
"framer-motion": "^11.2.4",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"identicon.js": "^2.3.3",
"jwt-decode": "^3.1.2",
"luxon": "^2.4.0",
"marked-react": "^1.1.2",
"mobile-detect": "^1.4.5",
"next": "^14.2.3",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-modal-sheet": "^3.1.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.1.1",
"sharp": "^0.33.4",
"simplebar": "^6.2.5",
"simplebar-react": "3.2.4",
"swiper": "^11.0.5",
"swr": "^2.2.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-viewport": "^7.5.3",
"@storybook/nextjs": "7.5.3",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/gtag.js": "^0.0.10",
"@types/identicon.js": "^2.3.1",
"@types/luxon": "^2.3.2",
"@types/node": "17.0.42",
"@types/react": "^18.2.37",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"babel-loader": "^8.2.5",
"chromatic": "^6.14.0",
"css-loader": "^6.7.1",
"emotion-theming": "^11.0.0",
"eslint": "8.17.0",
"eslint-config-next": "^14.0.2",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-spellcheck": "^0.0.19",
"eslint-plugin-storybook": "^0.6.15",
"figma-js": "^1.16.0",
"husky": "^8.0.1",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"lint-staged": "^13.0.3",
"prettier": "2.7.1",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"sb-figma-comparator": "^0.1.7",
"storybook": "7.5.3",
"storybook-addon-pseudo-states": "^2.1.2",
"storybook-mock-date-decorator": "^1.0.1",
"style-loader": "^3.3.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "4.7.3"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix --max-warnings 0",
"jest --bail --findRelatedTests --passWithNoTests"
],
"*.{ts,tsx,css,json}": "prettier --write"
},
"readme": "ERROR: No README data found!",
"_id": "makerdao-ses-typescript@0.1.0",
"resolutions": {
"react-countup/countup.js": "2.5.0",
"jackspeak": "2.1.1"
}
}