-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 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
{
"name": "scrum-team-9-coolhackers",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"stylelint": "stylelint '**/*{.css,.scss}'",
"stylelint:fix": "stylelint '**/*{.css,.scss}' --fix"
},
"dependencies": {
"@firebase/firestore": "^3.2.0",
"@reduxjs/toolkit": "^1.6.1",
"@types/react-text-mask": "^5.4.10",
"final-form": "^4.20.4",
"firebase": "^9.2.0",
"next": "11.1.2",
"next-redux-wrapper": "^7.0.5",
"react": "17.0.2",
"react-calendar": "^3.4.0",
"react-dom": "17.0.2",
"react-final-form": "^6.5.7",
"react-redux": "^7.2.5",
"react-slider": "^1.3.1",
"react-text-mask": "^5.4.3",
"redux": "^4.1.1",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"@types/react": "17.0.24",
"@types/react-calendar": "^3.4.3",
"@types/react-slider": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-next": "11.1.2",
"eslint-plugin-fsd": "^1.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^1.7.0",
"sass": "^1.42.1",
"stylelint": "^14.0.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.21.0",
"typescript": "4.4.3"
}
}