-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.58 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": "cinephix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "prettier --write . && eslint --fix .",
"i18n:extract": "NODE_ENV=development lingui extract",
"i18n:compile": "lingui compile"
},
"dependencies": {
"@lingui/macro": "^3.10.2",
"@lingui/react": "^3.10.2",
"@types/react-beautiful-dnd": "^13.0.0",
"axios": "^0.21.1",
"date-fns": "^2.22.1",
"firebase": "^8.7.0",
"framer-motion": "^3.3.0",
"make-plural": "^6.2.2",
"next": "^13.0.3",
"next-pwa": "^5.2.21",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^18.2.0",
"react-icons": "^4.1.0",
"react-select": "^3.2.0",
"react-slick": "^0.28.1",
"react-switch": "^6.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"sweetalert2": "^10.13.0",
"sweetalert2-react-content": "^3.2.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@lingui/cli": "^3.10.2",
"@types/gtag.js": "^0.0.4",
"@types/node": "^14.14.16",
"@types/react": "^18.0.25",
"@types/react-modal": "^3.10.6",
"@types/react-select": "^3.1.2",
"@types/react-slick": "^0.23.5",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"babel-plugin-macros": "^3.1.0",
"eslint": "^7.18.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.3.1",
"typescript": "^4.1.3"
}
}