-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.26 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
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "storify-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"build-css": "postcss src/app/globals.css -o dist/globals.css"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"@next/third-parties": "^14.1.0",
"@nextui-org/react": "^2.2.9",
"@reduxjs/toolkit": "^2.0.1",
"aos": "^3.0.0-beta.6",
"classnames": "^2.5.1",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"next": "14.0.4",
"next-redux-wrapper": "^8.1.0",
"node": "^20.10.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-pageflip": "^2.0.3",
"react-redux": "^9.1.0",
"react-share": "^5.1.0",
"redux": "^5.0.1",
"sharp": "^0.33.2",
"socket.io-client": "^4.7.4",
"styled-components": "^6.1.8",
"sweetalert2": "^11.10.3",
"sweetalert2-react-content": "^5.0.7",
"swiper": "^11.0.6",
"tailwind": "^4.0.0",
"tailwind-scrollbar-hide": "^1.1.7",
"usestate": "^1.1.3",
"vanilla-tilt": "^1.8.1"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@next/bundle-analyzer": "^14.1.0",
"@types/aos": "^3.0.7",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-redux": "^7.1.33",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.0.1",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"daisyui": "^4.6.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"lodash-webpack-plugin": "^0.11.6",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"prettier": "^3.2.3",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}