-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "makers.ae",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "./scripts/build.sh",
"start": "next start",
"deploy": "NODE_DEBUG=gh-pages gh-pages -d out -t",
"serve:out": "serve out",
"cmd": "ts-node cmd/index.ts"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"emotion-theming": "^10.0.27",
"file-type": "^16.0.1",
"glob": "^7.1.6",
"inquirer": "^7.3.3",
"lodash": "^4.17.20",
"next": "10.0.0",
"next-seo": "^4.14.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-progressive-image": "^0.6.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"yargs": "^16.1.0"
},
"devDependencies": {
"@types/gh-pages": "^3.0.0",
"@types/lodash": "^4.14.164",
"@types/node": "^14.14.6",
"@types/react": "16.9.55",
"@types/react-dom": "16.9.9",
"@types/yargs": "^15.0.9",
"gh-pages": "^3.1.0",
"serve": "^11.3.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
}
}