-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
{
"name": "with-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"eslint:init": "eslint --init"
},
"dependencies": {
"fs": "^0.0.1-security",
"gray-matter": "^4.0.2",
"next": "^12.0.10",
"next-pwa": "^5.0.6",
"puppeteer": "^7.1.0",
"react": "^17.0.2",
"react-canvas-confetti": "^1.1.3",
"react-dom": "^17.0.2",
"react-is": "^16.8.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"styled-components": "^5.3.3",
"sweetalert2": "^10.15.5",
"sweetalert2-react-content": "^3.3.1",
"webpack": "^5.24.4"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@types/puppeteer": "^5.4.3",
"@types/react": "^17.0.2",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"babel-plugin-styled-components": "^1.8.0",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.2.0",
"typescript": "^4.2.2"
},
"license": "MIT"
}