-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.09 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.09 KB
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
{
"name": "www",
"description": "",
"version": "1.0.0",
"author": "Alexander Keliris <alex@keliris.com>",
"dependencies": {
"chart.js": "^2.9.3",
"gatsby": "3",
"gatsby-plugin-manifest": "2.4.2",
"gatsby-plugin-offline": "3.2.1",
"gatsby-plugin-postcss": "2.3.1",
"gatsby-plugin-react-helmet": "3.3.1",
"gatsby-plugin-sharp": "2.6.2",
"react": "16.13.1",
"react-chartkick": "^0.4.0",
"react-dom": "16.13.1",
"react-helmet": "6.0.0"
},
"scripts": {
"analyze:lint": "eslint src --ext .ts,.tsx",
"analyze:prettier": "prettier --list-different \"src/**/*.{css,js,jsx,ts,tsx,json,md}\"",
"analyze": "npm run analyze:lint && npm run analyze:prettier",
"fix:lint": "eslint --ext .jsx --ext .js src/**/* --fix",
"fix:prettier": "prettier --write \"src/**/*.{css,js,jsx,ts,tsx,json,md}\"",
"fix": "npm run fix:lint && npm run fix:prettier",
"build": "gatsby build",
"build-gh-pages": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"dev": "npm run develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"type-check": "tsc --noEmit",
"type-check:watch": "yarn type-check -- --watch",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"devDependencies": {
"@tailwindcss/custom-forms": "0.2.1",
"@types/react-helmet": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"autoprefixer": "9.7.6",
"babel-eslint": "10.1.0",
"cssnano": "4.1.10",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "3.0.4",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "7.19.0",
"gatsby-plugin-eslint": "2.0.8",
"prettier": "2.0.5",
"tailwindcss": "1.4.6",
"typescript": "^3.9.2"
},
"repository": {
"type": "git",
"url": "https://github.com/codebar/stats-api"
},
"resolutions": {
"sharp": "^0.29.0"
},
"bugs": {
"url": "https://github.com/codebar/stats-api"
}
}