-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 988 Bytes
/
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
{
"name": "flux",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"strip-comments": "strip-comments 'src/**/*.js' --output 'dist/'"
},
"dependencies": {
"@fortawesome/react-fontawesome": "^0.2.2",
"@splidejs/react-splide": "^0.7.12",
"axios": "^1.7.2",
"bootstrap": "^5.2.3",
"classnames": "^2.3.2",
"dompurify": "^3.1.6",
"eslint-config-next": "13.0.2",
"js-cookie": "^3.0.5",
"next": "13.5.6",
"react": "18.2.0",
"react-bootstrap": "^2.7.1",
"react-cookie-consent": "^9.0.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-player": "^2.11.0",
"react-socks": "^2.2.0",
"sharp": "^0.32.6",
"swiper": "^11.1.14",
"use-local-storage": "^2.3.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.18.0",
"eslint": "^8.57.0",
"strip-comments": "^2.0.1"
}
}