-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.68 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
{
"name": "a11ies-2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --fix . --ignore-path ./.gitignore",
"deploy-funcs": "firebase deploy --only functions"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^2.1.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.0.3",
"@reach/menu-button": "^0.13.0",
"@reach/popover": "^0.13.0",
"bootstrap": "^4.5.3",
"ckeditor5-build-custom": "file:ckeditor5-build-custom",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"firebase": "^7.24.0",
"firebase-admin": "^9.3.0",
"gray-matter": "^4.0.2",
"nanoid": "^3.0.0",
"nanoid-generate": "^1.0.0",
"next": "^10.0.1",
"next-routes": "^1.4.2",
"node-sass": "^4.14.1",
"node-sass-tilde-importer": "^1.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-firebaseui": "^4.1.0",
"react-instagram-embed": "^2.0.0",
"react-modal": "^3.11.2",
"react-twitter-embed": "^3.0.3",
"reactstrap": "^8.7.1",
"remark": "^12.0.1",
"remark-html": "^13.0.1",
"styled-jsx-plugin-sass": "^1.0.0",
"tachyons": "^4.12.0",
"turndown": "^7.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"firebase-tools": "^9.2.0",
"prettier": "^2.1.2"
}
}