-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "galla",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@analytics/simple-analytics": "^0.1.3",
"@aws-amplify/ui-react": "^0.2.9",
"@fortawesome/fontawesome-free": "^5.13.0",
"@popperjs/core": "^2.4.0",
"analytics": "^0.5.1",
"aws-amplify": "^3.0.10",
"cookie": "^0.4.1",
"formidable": "^1.2.2",
"lodash": "^4.17.19",
"lodash-es": "^4.17.15",
"nanoid": "^3.1.6",
"next": "9.3.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-dropzone": "^11.0.2",
"react-hook-form": "^5.6.2",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^4.3.1",
"react-share": "^4.2.1",
"react-toast-notifications": "^2.4.0"
},
"devDependencies": {
"@types/formidable": "^1.0.31",
"@types/react": "^16.9.34",
"autoprefixer": "^9.7.6",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.3",
"eslint-plugin-standard": "^4.0.1",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"styled-jsx-plugin-postcss": "^2.0.1",
"tailwindcss": "^1.5.1",
"typescript": "^3.8.3"
}
}