-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "codeday-present",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@codeday/topo": "^4.1.0",
"@srnd/topocons": "^1.1.2",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link-prismic": "^1.0.4",
"dotenv": "^8.1.0",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"luxon": "^2.1.1",
"markdown-it": "^10.0.0",
"memoize-one": "^5.1.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"next": "^14.0.4",
"prop-types": "^15.7.2",
"qrcode.react": "^0.9.3",
"random-seed": "^0.3.0",
"react": "^18.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^18.2.0",
"react-player": "^2.16.0",
"react-sound": "^1.2.0",
"react-typist-n10": "^2.0.4",
"react-youtube": "^7.9.0",
"styled-components": "^4.4.0",
"superagent": "^5.1.0"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0"
}
}