-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "freewall.github.io",
"version": "2.0.0",
"author": "FreeWall",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export -o build && touch ./build/.nojekyll",
"deploy": "npm install && npm run build && npm run export"
},
"dependencies": {
"@next/bundle-analyzer": "^12.3.1",
"@types/body-scroll-lock": "^3.1.0",
"body-scroll-lock": "^4.0.0-beta.0",
"classnames": "^2.3.2",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"next": "^12.3.4",
"next-i18next": "^13.2.2",
"next-language-detector": "^1.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-pdf-tailwind": "^2.1.0",
"swiper": "^9.3.2",
"webpack-image-resize-loader": "^5.0.0"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/file-saver": "^2.0.5",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.12",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "8.22.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.17",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.3"
},
"ct3aMetadata": {
"initVersion": "5.15.0"
}
}