This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
72 lines (72 loc) · 2.07 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
{
"name": "client.creatorsdaily.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"possible-types": "node scripts/possibleTypes.js"
},
"dependencies": {
"@apollo/client": "^3.2.7",
"@mdx-js/mdx": "^1.6.21",
"@next/bundle-analyzer": "^10.0.2",
"@zeit/next-less": "^1.0.1",
"@zeit/next-mdx": "^1.2.0",
"antd": "^4.8.4",
"antd-dayjs-webpack-plugin": "^1.0.1",
"axios": "^0.21.0",
"babel-plugin-import": "^1.13.1",
"base64url": "^3.0.1",
"component-cookie": "^1.1.4",
"compression-webpack-plugin": "^6.1.1",
"dayjs": "^1.9.6",
"dotenv": "^8.0.0",
"feed": "^4.2.1",
"graphql": "^15.4.0",
"handlebars": "^4.7.6",
"isomorphic-unfetch": "^3.1.0",
"less": "^3.12.2",
"less-vars-to-js": "^1.3.0",
"lodash": "^4.17.20",
"native-url": "^0.3.4",
"next": "10.0.2",
"next-compose-plugins": "^2.2.1",
"next-offline": "^5.0.3",
"null-loader": "^4.0.1",
"qrcode": "^1.4.4",
"qs": "^6.9.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"react-lazyload": "^3.1.0",
"react-markdown": "^5.0.3",
"react-simplemde-editor": "^4.1.3",
"react-use": "^15.3.4",
"slugid": "^2.0.0",
"styled-components": "^5.2.1",
"subscriptions-transport-ws": "^0.9.18",
"uuid-validate": "^0.0.3"
},
"devDependencies": {
"@types/node": "^14.14.9",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.4",
"babel-eslint": "^10.1.0",
"babel-plugin-inline-react-svg": "^1.1.2",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-standard": "^4.1.0",
"http2-proxy": "^5.0.51",
"typescript": "^4.1.2"
}
}