-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 956 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
{
"name": "rplace-with-algolia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"create_canvas": "node ./src/scripts/create_canvas.js",
"snapshot": "node ./src/scripts/snapshot.js"
},
"dependencies": {
"@algolia/fragments.js": "^2.0.0-beta.15",
"@types/react-instantsearch-dom": "^6.12.2",
"algoliasearch": "^4.13.0",
"classnames": "^2.3.1",
"dotenv": "^16.0.0",
"fs": "^0.0.1-security",
"html2canvas": "^1.4.1",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-instantsearch-dom": "^6.23.3",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"typescript": "4.6.3"
}
}