-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.27 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
44
45
{
"name": "sequoia-translation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tinalabs/react-tinacms-i18n": "^0.1.6",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"next": "9.5.1",
"next-tinacms-github": "^0.25.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-markdown": "^4.3.1",
"react-tinacms-editor": "^0.31.0",
"react-tinacms-github": "^0.31.0",
"react-tinacms-inline": "^0.31.0",
"sass": "^1.26.10",
"styled-components": "^5.1.1",
"tinacms": "^0.29.0"
},
"devDependencies": {
"@types/node": "^14.11.8",
"@types/react": "^16.9.52",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.11.0",
"eslint-config-prettier": "^7.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^2.2.1",
"typescript": "^4.0.3"
}
}