-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.73 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "fluttervikings2022",
"description": "Flutter Vikings conference",
"version": "1.0.0",
"author": "Majid Hajian ( mhadaily@gmail.com )",
"keywords": [
"gatsby, typescript",
"flutter"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"build:cache": "gatsby clean && gatsby build",
"build": "gatsby build",
"start": "gatsby develop",
"deploy:gh": "gatsby build --prefix-paths && gh-pages -d public",
"deploy:netlify": "gatsby build --prefix-paths && netlify deploy --prod --dir=public",
"lint": "tslint --project .",
"lint:fix": "tslint --fix --project .",
"lint:ts": "tslint --fix 'src/**/*.{ts,tsx}' -p tsconfig.json",
"lint:style": "stylelint 'src/**/*.tsx'",
"lint:style:all": "stylelint 'src/**/*.{scss,ts,css,sass,less}'",
"format": "prettier --write 'src/**/*.{ts,tsx,scss,md}'",
"formatAndFix": "npm run format && npm run lint:ts && npm run style"
},
"devDependencies": {
"@types/lodash": "^4.14.161",
"@types/react": "^16.9.50",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/styled-components": "^5.1.3",
"@types/typography": "^0.16.3",
"babel-plugin-styled-components": "^1.11.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"gatsby-cli": "^2.12.102",
"gatsby-plugin-catch-links": "^2.3.14",
"gatsby-plugin-lodash": "^3.3.12",
"gatsby-plugin-manifest": "^2.4.33",
"gatsby-plugin-netlify": "^2.3.16",
"gatsby-plugin-offline": "^3.2.30",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.3.12",
"gatsby-plugin-remove-console": "0.0.2",
"gatsby-plugin-sass": "^2.3.14",
"gatsby-plugin-sharp": "^2.6.38",
"gatsby-plugin-sitemap": "^2.4.14",
"gatsby-plugin-styled-components": "^3.3.12",
"gatsby-plugin-typescript": "^2.4.21",
"gatsby-plugin-typography": "^2.5.12",
"gatsby-remark-autolink-headers": "^2.3.14",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-prismjs": "^3.5.15",
"gatsby-source-filesystem": "^2.3.32",
"gatsby-transformer-remark": "^2.8.37",
"gatsby-transformer-sharp": "^2.5.16",
"gh-pages": "^3.1.0",
"husky": "^4.3.0",
"lint-staged": "^10.4.0",
"netlify-cli": "^2.65.0",
"node-sass": "^4.14.1",
"prettier": "2.1.2",
"pretty-quick": "^3.0.2",
"react-typography": "^0.16.19",
"source-map-support": "latest",
"stylelint": "^13.7.2",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"tslint-config-blvd": "^1.2.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"tslint-react": "^5.0.0",
"tslint-react-a11y": "^1.1.0",
"typescript": "^4.0.3"
},
"dependencies": {
"@culturehq/add-to-calendar": "^1.1.2",
"gatsby": "^2.24.67",
"gatsby-image": "^2.4.20",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^2.3.14",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-transformer-json": "^2.4.13",
"lodash": "^4.17.20",
"polished": "^3.6.7",
"prismjs": "^1.21.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-scroll": "^1.8.1",
"react-scroll-into-view": "^1.8.2",
"react-timezone-select": "^0.9.7",
"spacetime": "^6.9.0",
"styled-bootstrap-grid": "^3.1.0",
"styled-components": "^5.2.0",
"typography": "^0.16.19"
}
}