-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 881 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 881 Bytes
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
{
"name": "website-2020",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@codear/lilac": "^2.0.0",
"@webcomponents/webcomponentsjs": "^2.4.1",
"@zeit/next-css": "^1.0.1",
"moment": "^2.24.0",
"next": "9.2.2",
"next-ga": "^2.3.4",
"polished": "3.4.4",
"react": "16.12.0",
"react-dom": "16.12.0",
"styled-components": "^5.0.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.7",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.4.0",
"prop-types": "^15.7.2",
"typescript-styled-plugin": "^0.15.0",
"webpack": "^4.41.6"
}
}