-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "pattiereaves.github.io",
"version": "1.0.0",
"description": "Pattie Reaves's Github Pages",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build && next export",
"start": "next start",
"export": "next export",
"predeploy": "npm run build && touch ./out/.nojekyll",
"deploy": "gh-pages -d out -t true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pattiereaves/pattiereaves.github.io.git"
},
"author": "Pattie Reaves",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/pattiereaves/pattiereaves.github.io/issues"
},
"homepage": "https://github.com/pattiereaves/pattiereaves.github.io#readme",
"dependencies": {
"@exampledev/new.css": "^1.1.3",
"gh-pages": "^2.0.1",
"next": "^11.1.1",
"next-fonts": "^1.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"sass": "^1.26.10"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3"
}
}