-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.63 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": "offer",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint": "eslint ./src/**/*.{js,jsx}",
"lint:fix": "tsc --noEmit && eslint --fix ./src/**/*.{js,jsx}"
},
"dependencies": {
"@emotion/css": "^11.5.0",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@types/react-dom": "^17.0.11",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.24.0",
"formik": "^2.2.9",
"next": "12.0.4",
"nextjs-progressbar": "^0.0.13",
"node-sass": "^6.0.1",
"react": "17.0.2",
"react-bus": "^3.0.0",
"react-dom": "17.0.2",
"react-spinners": "^0.11.0",
"sweetalert": "^2.1.2",
"swiper": "^7.3.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@nuxtjs/style-resources": "^1.2.1",
"@storybook/addon-actions": "^6.4.0",
"@storybook/addon-essentials": "^6.4.0",
"@storybook/addon-links": "^6.4.0",
"@storybook/react": "^6.4.0",
"@types/node": "^17.0.9",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.3",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-storybook": "^0.5.0",
"prettier": "^2.3.0",
"typescript": "^4.1.2"
},
"peerDependencies": {
"babel-loader": "8.1.0"
},
"resolutions": {
"@typescript-eslint/typescript-estree": "5.9.0"
}
}