-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.44 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
{
"name": "quarkly-export",
"scripts": {
"build": "gatsby build",
"build:clean": "CI=false npm run clean && npm run build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "2.24.60",
"gatsby-image": "2.4.17",
"gatsby-plugin-manifest": "2.4.28",
"gatsby-plugin-offline": "3.2.27",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-sharp": "2.6.32",
"gatsby-plugin-resolve-src": "2.1.0",
"gatsby-plugin-meta-redirect": "1.1.1",
"gatsby-source-filesystem": "2.3.14",
"gatsby-transformer-sharp": "2.5.14",
"gatsby-plugin-styled-components": "3.3.9",
"babel-plugin-styled-components": "1.10.7",
"react-helmet": "^6.1.0",
"react": "^16.13.0",
"@quarkly/components": "0.2.40",
"@quarkly/widgets": "0.2.40",
"react-dom": "^16.13.0",
"@quarkly/atomize": "1.0.8",
"styled-components": "^5.0.1",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.2",
"react-icons": "^3.9.0"
},
"devDependencies": {
"prettier": "2.0.5"
},
"version": "0.1.0",
"private": true
}