-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.43 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": "fluky.dev",
"private": false,
"description": "Resources and quizzes for front end developers.",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"dev": "netlify dev",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"test": "jest --watch",
"lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
"lint:watch": "esw -w . --ext ts --ext tsx --ext js --ext jsx",
"lint:fix": "npm run lint --fix",
"serve": "gatsby serve",
"storybook": "start-storybook -p 6006",
"clean": "gatsby clean",
"build": "gatsby build",
"build:storybook": "build-storybook",
"update": "ncu -u"
},
"dependencies": {
"@n8tb1t/use-scroll-position": "^1.0.43",
"date-fns": "^2.15.0",
"domino": "^2.1.6",
"dotenv": "^8.2.0",
"framer-motion": "^2.4.1",
"gatsby": "^2.24.46",
"gatsby-image": "^2.4.16",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.4.23",
"gatsby-plugin-offline": "^3.2.23",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.27",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-source-airtable": "^2.1.1",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-sharp": "^2.5.13",
"lodash": "^4.17.19",
"numeral": "^2.0.6",
"page-metadata-parser": "^1.1.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-icons": "^3.10.0",
"react-markdown": "^4.3.1",
"react-minimal-pie-chart": "^8.0.1",
"react-netlify-form": "^2.1.5",
"react-syntax-highlighter": "^13.3.1",
"styled-components": "^5.1.1",
"styled-logs": "^0.1.9",
"unirest": "^0.6.0",
"use-media": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@storybook/addon-actions": "^6.0.4",
"@storybook/addon-links": "^6.0.4",
"@storybook/addons": "^6.0.4",
"@storybook/react": "^6.0.4",
"@types/jest": "^26.0.9",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/react-syntax-highlighter": "^11.0.4",
"@types/styled-components": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/eslint-plugin-tslint": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.11.1",
"babel-preset-gatsby": "^0.5.5",
"eslint": "^7.6.0",
"eslint-config-gojutin": "0.1.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-watch": "^7.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.3.0",
"jest-dom": "^4.0.0",
"jest-styled-components": "^7.0.2",
"npm-check-updates": "^7.1.0",
"prettier": ">=2.0.5",
"ts-jest": "^26.2.0",
"tslint": "^6.1.3",
"tslint-immutable": "^6.0.1",
"tslint-react": "^5.0.0",
"typescript": ">=3.9.7"
},
"repository": {
"type": "git",
"url": "https://github.com/gojutin/fluky.dev"
},
"bugs": {
"url": "https://github.com/gojutin/fluky.dev/issues"
}
}