-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "ponsuke.work",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"serve": "yarn export && serve ./out",
"deb": "node --inspect=0.0.0.0:9229 node_modules/next/dist/bin/next"
},
"dependencies": {
"@aws-amplify/ui-react": "^1.0.6",
"@ctrl/react-adsense": "^1.6.1",
"algoliasearch": "^4.10.5",
"aws-amplify": "^3.3.26",
"instantsearch.css": "^7.4.5",
"microcms-js-sdk": "^1.2.0",
"next": "^11.1.0",
"node-fetch": "^2.6.1",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-adsense": "^0.1.0",
"react-dom": "17.0.2",
"react-dropdown": "^1.9.2",
"react-instantsearch-dom": "^6.12.1",
"swr": "^1.0.0"
},
"devDependencies": {
"@algolia/client-search": "^4.10.5",
"@headlessui/react": "^1.7.7",
"@types/node-fetch": "^2.5.12",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.19",
"@types/react-instantsearch-dom": "^6.12.0",
"typescript": "^4.4.2"
}
}