-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.16 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
{
"name": "webD-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OPGG-HACKTHON/webD-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OPGG-HACKTHON/webD-frontend/issues"
},
"homepage": "https://github.com/OPGG-HACKTHON/webD-frontend#readme",
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@types/next": "^9.0.0",
"@types/passport": "^1.0.7",
"@types/passport-steam": "^1.0.1",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"axios": "^0.21.1",
"date-fns": "^2.23.0",
"next": "^11.0.1",
"next-connect": "^0.10.2",
"next-images": "^1.8.1",
"passport": "^0.4.1",
"passport-steam": "^1.0.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-login": "^5.2.2",
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^2.2.0",
"react-modal": "^3.14.3",
"react-switch": "^6.0.0",
"swr": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/react": "^6.3.7",
"@storybook/storybook-deployer": "^2.8.10",
"@svgr/webpack": "^5.5.0",
"@types/react-modal": "^3.12.1",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"babel-loader": "^8.2.2",
"eslint": "^7.31.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"prettier": "^2.3.2",
"storybook-dark-mode": "^1.0.8",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.3.5"
}
}