-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "intro-site",
"version": "0.1.0",
"private": "false",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@monaco-editor/react": "^4.2.1",
"@types/lodash": "^4.14.171",
"@types/react-monaco-editor": "^0.16.0",
"axios": "^0.21.1",
"firebase": "^8.6.8",
"formik": "^2.2.9",
"i18next": "^20.3.2",
"json-formatter-js": "^2.3.4",
"lodash": "^4.17.21",
"material-ui-popup-state": "^1.8.3",
"next": "11.0.0",
"next-pwa": "^5.2.21",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.11.0",
"react-redux": "^7.2.4",
"react-select": "^4.3.1",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"styled-components": "^5.3.0",
"swiper": "^6.7.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "17.0.11",
"@types/react-select": "^4.0.16",
"@types/uuid": "^8.3.0",
"autoprefixer": "^10.2.6",
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.2",
"typescript": "4.3.4"
}
}