generated from polijrorg/template-treinamento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.15 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
62
63
64
65
66
{
"name": "with-typescript-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"storybook": "start-storybook -p 6006",
"lint": "eslint src --max-warnings=0",
"prepare": "husky install",
"build-storybook": "build-storybook"
},
"lint-staged": {
"*.ts(x)?": [
"yarn lint --fix"
]
},
"dependencies": {
"axios": "^0.27.2",
"next": "^12.1.0",
"next-images": "^1.8.2",
"nookies": "^2.5.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-typescript": "^7.14.5",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/react": "^6.2.9",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "12.0.12",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/styled-components": "5.0.1",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.10.0",
"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",
"jest": "^27.4.7",
"jest-styled-components": "^7.0.8",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"typescript": "4.3.2"
},
"license": "MIT"
}