-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1010 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
35
{
"name": "template-website-v2",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/pythonpizza/template-website-v2.git",
"author": "Marco Acierno <marcoaciernoemail@gmail.com>",
"license": "MIT",
"dependencies": {
"date-fns": "^2.16.1",
"next": "10.0.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"theme-ui": "0.6.0-alpha.4"
},
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
"devDependencies": {
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/theme-ui": "^0.3.7",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
}
}