-
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": "pawee-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"docs:dev": "start-storybook -p 6006",
"docs:build": "build-storybook"
},
"dependencies": {
"@unform/core": "^2.1.3",
"@unform/web": "^2.1.3",
"axios": "^0.21.0",
"cookie": "^0.4.1",
"jsonwebtoken": "^8.5.1",
"next": "9.5.3",
"next-images": "^1.6.0",
"pawee-image-slider": "^1.0.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-icons": "^4.1.0",
"react-lottie": "^1.2.3",
"react-scroll": "^1.8.1",
"react-select": "^3.1.1",
"styled-components": "^5.2.0",
"uuid": "^8.3.1",
"yup": "^0.31.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@storybook/addon-actions": "^6.1.9",
"@storybook/addon-essentials": "^6.1.9",
"@storybook/addon-links": "^6.1.9",
"@storybook/addons": "^6.1.9",
"@storybook/react": "^6.1.9",
"@storybook/theming": "^6.1.9",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^14.11.2",
"@types/react": "^16.9.50",
"@types/styled-components": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.11.1",
"eslint": "6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.0",
"fork-ts-checker-webpack-plugin": "^6.0.4",
"ts-loader": "^8.0.11",
"typescript": "^4.0.3"
}
}