-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.48 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
46
47
48
49
50
51
52
{
"name": "redefined.cloud",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:greeeg/redefined.cloud.git",
"author": "Grégoire Mielle <[email protected]> (https://redefined.cloud/)",
"license": "AGPL-3.0",
"scripts": {
"dev": "next",
"start": "next",
"build": "next build && next export",
"type-check": "tsc --noEmit --skipLibCheck",
"lint": "eslint '*/**/*.{js,jsx,ts,tsx}'",
"scripts:sitemap": "node ./scripts/generateSitemap.js"
},
"dependencies": {
"@reach/menu-button": "0.13.2",
"@reach/portal": "0.12.1",
"dotenv": "8.2.0",
"focus-visible": "5.2.0",
"gray-matter": "4.0.2",
"jsonp": "0.2.1",
"next": "10.0.7",
"react": "17.0.1",
"react-dom": "17.0.1",
"remark-parse": "9.0.0",
"remark-react": "8.0.0",
"styled-components": "5.2.1",
"styled-reset": "4.3.4",
"styled-system": "5.1.5",
"unified": "9.2.0"
},
"devDependencies": {
"@types/node": "14.14.31",
"@types/react": "17.0.0",
"@types/styled-components": "5.1.7",
"@types/styled-system": "5.1.10",
"@typescript-eslint/eslint-plugin": "2.33.0",
"@typescript-eslint/parser": "2.33.0",
"eslint": "7.18.0",
"eslint-config-prettier": "8.0.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.21.5",
"file-loader": "6.2.0",
"husky": "4.3.8",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"ts-node": "9.1.1",
"typescript": "4.1.3",
"url-loader": "4.1.1"
}
}