-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.55 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
54
55
56
57
58
{
"name": "create-content-loader",
"homepage": "https://danilowoz.github.io/create-content-loader",
"version": "0.1.0",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"lint": "eslint src",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"commit": "git-cz"
},
"dependencies": {
"@significa/eslint-config": "0.0.15",
"@significa/prettier-config": "0.0.15",
"classnames": "^2.2.6",
"clipboard": "^2.0.4",
"fabric": "^3.6.3",
"gatsby": "2.32.12",
"gatsby-plugin-google-analytics": "^2.1.36",
"gatsby-plugin-manifest": "^2.2.42",
"gatsby-plugin-offline": "^3.0.35",
"gatsby-plugin-react-helmet": "^3.1.22",
"jsdom": "^16.2.1",
"react": "^16.13.0",
"react-click-outside": "3.0.1",
"react-content-loader": "6.0.3",
"react-dom": "^16.13.0",
"react-error-overlay": "^6.0.6",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-live": "^2.2.2",
"react-sketch": "^0.5.1",
"react-syntax-highlighter": "^12.2.1",
"throttle-debounce": "^2.2.1"
},
"devDependencies": {
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.1.0",
"gh-pages": "^2.2.0",
"husky": "^4.2.3",
"prettier": "^1.19.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run format"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}