-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.22 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.22 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
{
"name": "velcrin.github.io",
"version": "1.0.0",
"description": "Personnal website",
"scripts": {
"predeploy": "next build && next export && git add -A out && git commit -am 'Deploy to gh-pages'",
"deploy": "git subtree push --prefix out/ origin master",
"dev": "next",
"build": "next build",
"start": "next start",
"format": "prettier --write '**/*.tsx'",
"precommit": "pretty-quick --staged"
},
"author": "Vincent Elcrin",
"license": "MIT",
"devDependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/react-fontawesome": "0.0.20",
"@types/next": "^2.4.7",
"@types/react": "^16.0.36",
"@zeit/next-css": "^0.2.0",
"@zeit/next-typescript": "^1.0.1",
"babel-plugin-styled-components": "^1.5.1",
"base64-inline-loader": "^1.1.1",
"husky": "^0.14.3",
"next": "^6.1.1",
"npm": "^6.1.0",
"prettier": "^1.13.5",
"pretty-quick": "^1.6.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"styled-components": "^3.3.2",
"styled-normalize": "^4.0.0",
"typeface-dosis": "0.0.54"
},
"prettier": {
"singleQuote": true
}
}