-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.19 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.19 KB
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
{
"name": "0008-lets-text-2",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.6",
"@fortawesome/pro-light-svg-icons": "^5.4.1",
"@fortawesome/react-fontawesome": "^0.1.3",
"@zeit/next-css": "^1.0.1",
"apollo-boost": "^0.1.16",
"apollo-link": "^1.2.3",
"apollo-link-context": "^1.0.9",
"apollo-link-http": "^1.5.5",
"apollo-link-ws": "^1.0.9",
"apollo-server": "^2.1.0",
"apollo-server-express": "^2.1.0",
"apollo-utilities": "^1.0.21",
"classnames": "^2.2.6",
"cookie-parser": "^1.4.3",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"formik": "^1.3.1",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"graphql-tools": "^4.0.2",
"jsonwebtoken": "^8.3.0",
"knex": "^0.15.2",
"lodash": "^4.17.11",
"next": "^7.0.2",
"next-with-apollo": "^3.2.1",
"node-fetch": "^2.2.0",
"nodemailer": "^4.6.8",
"nprogress": "^0.2.0",
"pg": "^7.5.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-adopt": "^0.6.0",
"react-apollo": "^2.2.4",
"react-dom": "^16.5.2",
"subscriptions-transport-ws": "^0.9.15",
"tachyons": "^4.11.1",
"webpack": "^4.21.0",
"ws": "^6.1.0",
"yup": "^0.26.6"
},
"scripts": {
"dev": "nodemon -e js,graphql -x node --inspect index.js",
"build": "next build",
"start": "NODE_ENV=production node index.js",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"devDependencies": {
"@storybook/addon-notes": "^3.4.11",
"@storybook/react": "^3.4.11",
"apollo-storybook-react": "^0.1.8",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"fs": "^0.0.1-security",
"get-graphql-schema": "^2.1.1",
"gql-tools": "^0.0.15",
"nodemon": "^1.18.4",
"prettier": "^1.15.2"
},
"resolutions": {
"graphql": "^14.0.2"
}
}