-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1006 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
39
{
"name": "zamakan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@capacitor/android": "^5.5.1",
"@capacitor/cli": "^5.5.1",
"@capacitor/core": "^5.5.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ionic/react": "^7.5.4",
"@mui/base": "^5.0.0-beta.23",
"@mui/material": "^5.14.17",
"@mui/styled-engine-sc": "^6.0.0-alpha.5",
"@next/font": "^14.0.1",
"autoprefixer": "^10.4.16",
"framer-motion": "^10.16.4",
"next": "14.0.1",
"next-transpile-modules": "^10.0.1",
"node-sass": "^9.0.0",
"postcss-cli": "^10.1.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.0",
"react-multi-carousel": "^2.8.4",
"react-zoom-pan-pinch": "^3.3.0",
"sass": "^1.69.5",
"styled-components": "^6.1.1"
},
"devDependencies": {
"@capacitor/cli": "^5.5.1"
}
}