-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
110 lines (110 loc) · 3.05 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
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
{
"name": "my-buddy-hero",
"description": "히어로 역할놀이를 통해 아이들의 자신감과 도덕심을 길러주는 교육 어플리케이션",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook -s public"
},
"browserslist": [
"last 2 versions",
"not dead"
],
"dependencies": {
"@google-cloud/storage": "^6.8.0",
"@types/node": "18.11.10",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"axios": "^1.2.1",
"bcryptjs": "^2.4.3",
"cross-env": "7.0.3",
"eslint-config-next": "13.0.6",
"framer-motion": "7.6.18",
"lodash": "^4.17.21",
"mongodb": "4.12.1",
"mongoose": "6.7.5",
"new-url-loader": "^0.1.1",
"next": "13.0.6",
"next-auth": "4.18.0",
"next-pwa": "5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.2",
"react-spinners": "0.13.7",
"recoil": "0.7.6",
"typescript": "4.9.3"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@storybook/addon-a11y": "6.5.14",
"@storybook/addon-actions": "6.5.14",
"@storybook/addon-essentials": "6.5.14",
"@storybook/addon-interactions": "6.5.14",
"@storybook/addon-links": "6.5.14",
"@storybook/addon-postcss": "2.0.0",
"@storybook/builder-webpack5": "6.5.14",
"@storybook/manager-webpack5": "6.5.14",
"@storybook/react": "6.5.14",
"@storybook/testing-library": "0.0.13",
"@svgr/webpack": "5.5.0",
"@types/bcryptjs": "^2.4.2",
"@types/formidable": "^2.0.5",
"@types/multer": "^1.4.7",
"@types/streamifier": "^0.1.0",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"babel-loader": "8.3.0",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"new-url-loader": "^0.1.1",
"postcss": "8.4.19",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-loader": "4.2.0",
"postcss-normalize": "10.0.1",
"postcss-preset-env": "7.8.3",
"prettier": "2.8.0",
"storybook-addon-next": "1.7.1",
"storybook-addon-recoil-flow": "^1.4.0",
"tsconfig-paths-webpack-plugin": "4.0.0"
},
"keywords": [
"hero",
"education",
"children",
"school",
"buddy",
"student",
"teacher"
],
"contributors": [
{
"name": "Hyunjin Kim",
"email": "[email protected]",
"url": "https://github.com/who0803"
},
{
"name": "Jaeyeong Son",
"email": "[email protected]",
"url": "https://github.com/pereng11"
},
{
"name": "Chaeryeon Lee",
"email": "[email protected]",
"url": "https://github.com/CHAERYEON-LEE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/himsumzzin/my-buddy-hero"
},
"license": "MIT"
}