-
-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
76 lines (76 loc) · 2.36 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "statically",
"description": "The official Statically website",
"version": "2.0.0",
"author": "Frans Allen",
"dependencies": {
"gatsby": "2.24.47",
"gatsby-plugin-manifest": "2.4.23",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "3.2.23",
"gatsby-plugin-postcss": "2.3.11",
"gatsby-plugin-purgecss": "5.0.0",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-remove-generator": "^1.0.4",
"gatsby-plugin-sitemap": "^2.2.26",
"gatsby-plugin-umami": "0.1.2",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-yaml": "^2.3.1",
"graphql": "15.3.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-tabs": "^3.1.0"
},
"keywords": [
"statically",
"cdn",
"optimization"
],
"license": "MIT",
"scripts": {
"analyze:lint": "eslint --ext .jsx --ext .js .",
"analyze:prettier": "prettier --list-different '**/*.{js,json,css}'",
"analyze": "npm run analyze:lint && npm run analyze:prettier",
"build": "gatsby build",
"develop": "gatsby develop",
"fix:lint": "eslint --ext .jsx --ext .js . --fix",
"fix:prettier": "prettier --write '**/*.{js,json,css}'",
"fix": "npm run fix:lint && npm run fix:prettier",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-regular-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@tailwindcss/custom-forms": "0.2.1",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"cssnano": "4.1.10",
"eslint": "7.7.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-react": "7.20.6",
"gatsby-plugin-eslint": "2.0.8",
"lodash": "^4.17.15",
"postcss-import": "^12.0.1",
"prettier": "2.0.5",
"tailwindcss": "1.6.2"
},
"repository": {
"type": "git",
"url": "[email protected]:staticallyio/statically.git"
},
"bugs": {
"url": "https://github.com/staticallyio/statically/issues"
},
"publishConfig": {
"access": "public"
}
}