-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.48 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": "instadrop",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "parcel watch src/index.html src/welcome/index.html src/ja/welcome/index.html & node src/server.js",
"build": "parcel build src/index.html src/welcome/index.html src/ja/welcome/index.html",
"start": "node src/server.js"
},
"keywords": [],
"author": "",
"license": "",
"devDependencies": {
"@parcel/transformer-sass": "2.8.2",
"@types/i18next": "13.0.0",
"@types/qrcode": "1.5.0",
"@types/socket.io-client": "3.0.0",
"@types/swiper": "6.0.0",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"buffer": "6.0.3",
"eslint": "8.30.0",
"eslint-config-standard-with-typescript": "24.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.6.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.31.11",
"parcel": "2.8.2",
"process": "0.11.10",
"typescript": "4.9.4"
},
"dependencies": {
"@chakra-ui/icons": "2.0.14",
"@chakra-ui/react": "2.4.4",
"@emotion/react": "11.10.5",
"@types/i18next-browser-languagedetector": "3.0.0",
"compression": "1.7.4",
"express": "4.18.2",
"i18next": "22.4.6",
"i18next-browser-languagedetector": "7.0.1",
"qrcode": "1.5.1",
"query-string": "7.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"socket.io": "4.5.4",
"socket.io-client": "4.5.4",
"swiper": "8.4.5",
"ua-parser-js": "1.0.32"
}
}