-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "digital-trade-handbook",
"version": "1.0.0",
"scripts": {
"build": "next build && next export",
"dev": "next dev",
"lint": "yarn lint:next && yarn lint:prettier",
"lint:next": "next lint",
"lint:prettier": "prettier --check \"**/*.{js,jsx,json,ts,tsx,md,mdx,yml,yaml}\"",
"start": "next start",
"format": "prettier --write \"**/*.{js,jsx,json,ts,tsx,md,mdx}\""
},
"dependencies": {
"@ag.ds-next/react": "1.8.0",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/react": "^11.7.0",
"facepaint": "^1.2.1",
"gray-matter": "^4.0.3",
"next": "^13.0.6",
"next-mdx-remote": "^4.2.0",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@types/gtag.js": "^0.0.12",
"eslint": "^8.22.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-markdown": "3.0.0",
"prettier": "^2.8.2",
"typescript": "4.9.3"
}
}