-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.67 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
53
54
55
56
57
58
{
"name": "luk.ke",
"version": "0.0.0",
"description": "Portfolio site for Luke Deen Taylor",
"scripts": {
"dev": "next",
"build": "next build && node scripts/sitemap.mjs",
"start": "next start",
"lint": "eslint . --ext=js,jsx,cjs,mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/controversial/luk.ke.git"
},
"author": "Luke Deen Taylor",
"license": "MIT",
"homepage": "https://luk.ke",
"dependencies": {
"@next/bundle-analyzer": "^11.0.0",
"@sendgrid/mail": "^7.4.4",
"chrome-aws-lambda": "^9.1.0",
"classnames": "^2.3.1",
"domhandler": "^4.2.0",
"domutils": "^2.6.0",
"framer-motion": "^4.1.17",
"framesync": "^5.3.0",
"html-react-parser": "^1.2.6",
"htmlparser2": "^6.1.0",
"lodash": "^4.17.21",
"mitt": "^2.1.0",
"next": "^11.1.1",
"popmotion": "9.3.6",
"prismic-dom": "git+https://[email protected]/controversial/prismic-dom.git",
"prismic-javascript": "^3.0.2",
"prop-types": "^15.7.2",
"puppeteer": "^9.1.1",
"puppeteer-core": "^9.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.6.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.3",
"@babel/plugin-syntax-top-level-await": "^7.12.13",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.0.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"globby": "^11.0.3",
"sass": "^1.32.13",
"sitemap": "^7.0.0",
"val-loader": "^4.0.0"
}
}