-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 881 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
37
38
39
{
"name": "tegnerbryggers",
"version": "1.0.12",
"description": "personal website about homebrewing",
"main": "index.js",
"scripts": {
"start": "phenomic start",
"preview": "phenomic preview",
"build": "phenomic build",
"prebuild": "prettier ./public/**/*.css --write && prettier ./src/*.js --single-quote --write"
},
"author": "tegner",
"license": "ISC",
"devDependencies": {
"prettier": "^1.18.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-router": "3.2.0"
},
"phenomic": {
"content": {
"": {
"root": "content",
"globs": [
"**/*"
]
}
},
"presets": [
"@phenomic/preset-react-app"
]
},
"dependencies": {
"@phenomic/cli": "^1.0.0",
"@phenomic/core": "^1.0.0",
"@phenomic/preset-react-app": "^1.0.0"
}
}