-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
{
"name": "flawless-beauty-enc",
"description": "Official website for Flawless Beauty with E&C",
"version": "1.0.0",
"author": "Trina",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-brands": "^5.0.7",
"@fortawesome/fontawesome-free-regular": "^5.0.8",
"@fortawesome/react-fontawesome": "^0.0.17",
"emotion": "^9.0.2",
"emotion-theming": "^9.0.0",
"gatsby": "^1.9.63",
"gatsby-link": "^1.6.21",
"gatsby-plugin-google-fonts": "^0.0.3",
"gatsby-plugin-netlify-cms": "^1.0.2",
"gatsby-plugin-react-helmet": "^1.0.5",
"gatsby-plugin-sass": "^1.0.12",
"gatsby-source-filesystem": "^1.5.5",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dotdotdot": "^1.2.3",
"react-emotion": "^9.0.2",
"react-helmet": "^5.2.0",
"react-load-script": "0.0.6",
"react-responsive": "^4.0.4",
"recompose": "^0.26.0",
"smooth-anchorate": "^1.2.1",
"spectre.css": "^0.5.1"
},
"keywords": [
"gatsby"
],
"main": "n/a",
"scripts": {
"start": "npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --single-quote --arrow-parens=always --write src/**/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.7.4"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}