-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 949 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "npm run build-functions && next build",
"export": "npm run build-functions && next build && next export",
"build-functions": "npm --prefix functions install && npm --prefix functions run build",
"start": "next start -p $PORT",
"type-check": "tsc"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"axios": "^0.20.0",
"emotion-theming": "^10.0.27",
"immutable": "^4.0.0-rc.12",
"merchant.js": "^1.0.0",
"next": "latest",
"react": "^16.13.1",
"react-console-emulator": "^5.0.0",
"react-dom": "^16.13.1",
"sass": "^1.26.11",
"swr": "^0.3.4"
},
"devDependencies": {
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"typescript": "4.0.3"
},
"license": "ISC"
}