-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.81 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
{
"name": "client_v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"deploy": "yarn export && firebase deploy",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@apollo/client": "^3.3.6",
"@apollo/link-batch-http": "^2.0.0-beta.3",
"autoprefixer": "^10.1.0",
"classnames": "^2.2.6",
"dayjs": "^1.10.1",
"elliptic": "^6.5.4",
"firebase": "^8.2.1",
"graphql": "^15.4.0",
"highlight.js": "^10.4.1",
"immer": "^8.0.1",
"ini": "^1.3.6",
"next": "10.0.4",
"postcss": "^8.2.2",
"postcss-loader": "^4.1.0",
"prismjs": "^1.23.0",
"react": "17.0.1",
"react-content-loader": "^5.1.4",
"react-dev-utils": "^11.0.4",
"react-dom": "17.0.1",
"react-infinite-scroller": "^1.2.4",
"react-lazyload": "^3.1.0",
"react-loading-skeleton": "^2.1.1",
"react-virtualized-auto-sizer": "^1.0.3",
"react-window": "^1.8.6",
"ssri": "^8.0.1",
"styled-components": "^5.2.1",
"tailwindcss": "^2.0.2",
"yarn": "^1.22.10"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-essentials": "^6.1.11",
"@storybook/addon-links": "^6.1.11",
"@storybook/react": "^6.1.11",
"@types/classnames": "^2.2.11",
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-lazyload": "^3.0.0",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/styled-components": "^5.1.7",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"typescript": "^4.1.3"
}
}