generated from polijrorg/front-introdutorio-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.04 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
59
60
61
{
"name": "with-typescript-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint src --max-warnings=0",
"prepare": "husky install",
"chromatic": "chromatic"
},
"lint-staged": {
"*.ts(x)?": [
"yarn lint --fix"
]
},
"dependencies": {
"@radix-ui/react-accordion": "^1.1.0",
"@radix-ui/react-icons": "^1.1.1",
"@stitches/react": "^1.2.8",
"axios": "^0.27.2",
"javascript-time-ago": "^2.5.9",
"next": "^12.1.0",
"next-images": "^1.8.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-typescript": "^7.14.5",
"@testing-library/dom": "^8.11.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/javascript-time-ago": "^2.0.3",
"@types/node": "12.0.12",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "5.0.1",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.10.0",
"chromatic": "^6.17.1",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.1.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"typescript": "^4.9.5"
},
"license": "MIT"
}