-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 KB
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": "oxicode-portafolio",
"private": true,
"engines": {
"node": "^16.19.0"
},
"scripts": {
"lint": "next lint --fix",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@octokit/core": "4.2.0",
"date-fns": "^2.29.3",
"next": "12.3.4",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga": "3.3.1",
"react-google-recaptcha": "2.1.0",
"react-icons": "4.8.0",
"rough-notation": "^0.5.1",
"typeit-react": "2.6.4",
"unsplash-js": "7.0.15"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@babel/eslint-parser": "7.19.1",
"autoprefixer": "10.4.13",
"eslint": "8.35.0",
"eslint-config-eslint": "7.0.0",
"eslint-config-next": "12.3.4",
"eslint-config-standard": "17.0.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-jsdoc": "39.3.3",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"postcss": "8.4.21",
"tailwindcss": "3.2.7"
}
}