-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.52 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.52 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
{
"name": "miccha-front",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@fullpage/react-fullpage": "^0.1.19",
"@material-ui/core": "^4.11.4",
"@material-ui/types": "^5.1.0",
"axios": "^0.21.1",
"emotion-reset": "^3.0.0",
"facepaint": "^1.2.1",
"formik": "^2.2.9",
"fullpage.js": "2.9.6",
"next": "^10.0.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-intersection-observer": "^8.32.0",
"react-lazy-load-image-component": "^1.5.1",
"recoil": "^0.2.0",
"swiper": "^6.7.0",
"use-async-effect": "^2.2.3",
"yup": "^0.32.9"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.2.0",
"@svgr/webpack": "^5.5.0",
"@types/axios": "^0.14.0",
"@types/facepaint": "^1.2.1",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-lazy-load-image-component": "^1.5.1",
"@types/recoil": "^0.0.1",
"@types/swiper": "^5.4.2",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"typescript": "4.2"
},
"license": "MIT"
}