-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 936 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
36
{
"name": "annematilde-website",
"version": "1.0.0",
"description": "Portfolio",
"main": "index.js",
"repository": "github:AnneMatilde/generate-runtypes",
"author": "Anne Matilde R. Fjeldstad",
"license": "Apache-2.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "prettier --write src/**"
},
"dependencies": {
"@theme-ui/components": "^0.11.3",
"next": "^11.1.2",
"react": "^17.0.2",
"react-burger-menu": "^3.0.6",
"react-dom": "^17.0.2",
"theme-ui": "^0.11.3"
},
"devDependencies": {
"@bjerk/eslint-config": "^1.0.0",
"@cobraz/prettier-config": "^1.0.1",
"@types/react": "^17.0.27",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"jest": "^27.1.0",
"prettier": "^2.4.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},
"prettier": "@cobraz/prettier-config"
}