-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.93 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
{
"name": "todo",
"version": "0.0.1",
"description": "Over-engineered to-do app",
"main": "index.js",
"dependencies": {
"@apollo/client": "^3.3.4",
"apollo-boost": "^0.4.9",
"apollo-link-context": "^1.0.20",
"apollo-link-error": "^1.1.13",
"apollo-server-micro": "^2.19.0",
"autoprefixer": "^10.0.4",
"aws-sdk": "^2.807.0",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"dynamodb-toolbox": "^0.2.0-beta.1",
"formik": "^2.2.5",
"fuse.js": "^3.6.1",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0",
"graphql-tools": "^4.0.6",
"isomorphic-fetch": "^3.0.0",
"ksuid": "^2.0.0",
"lodash": "^4.17.20",
"next": "^10.0.3",
"next-apollo": "^5.0.4",
"postcss": "^8.2.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"react": "^16.14.0",
"react-apollo": "^3.1.5",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^1.0.1",
"react-icons": "^3.11.0",
"react-modal": "^3.11.2",
"react-no-ssr": "^1.1.0",
"react-reflex": "^4.0.0",
"react-split-pane": "^2.0.3",
"react-svg-spinner": "^1.0.4",
"recompose": "^0.30.0",
"slugify": "^1.4.7",
"tailwindcss": "^2.0.1",
"to-slug-case": "^1.0.0",
"uuid": "^8.3.2",
"yup": "^0.32.6"
},
"standard": {
"globals": [
"react"
]
},
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start-next": "NODE_ENV=production forever start index.js",
"start-next-prod": "NODE_ENV=production next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grabbeh/attest.git"
},
"author": "",
"bugs": {
"url": "https://github.com/grabbeh/attest/issues"
},
"homepage": "https://github.com/grabbeh/attest#readme",
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"tailwind-scrollbar": "^1.0.2"
}
}