-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
117 lines (117 loc) · 3.96 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
107
108
109
110
111
112
113
114
115
116
117
{
"name": "lucas-kjaero-website",
"version": "1.0.0",
"author": "Lucas Kjaero-Zhang <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "7.7.5",
"@types/node": "^18.14.6",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"antd": "^4.23.4",
"axios": "^0.27.2",
"bluebird": "^3.7.2",
"core-js": "^3.29.0",
"fontfaceobserver": "^2.3.0",
"fs-extra": "^10.1.0",
"gatsby": "^2.32.13",
"gatsby-image": "^3.11.0",
"gatsby-plugin-canonical-urls": "^2.10.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-feed": "^4.6.0",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-layout": "^1.10.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-offline": "^3.10.2",
"gatsby-plugin-react-helmet": "^5.22.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-styled-jsx": "^3.10.0",
"gatsby-plugin-styled-jsx-postcss": "^2.0.2",
"gatsby-plugin-typescript": "^2.12.1",
"gatsby-remark-copy-linked-files": "^5.24.0",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.6.0",
"gatsby-remark-prismjs": "^3.13.0",
"gatsby-remark-responsive-iframe": "^2.11.0",
"gatsby-remark-smartypants": "^5.24.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^2.12.1",
"immutability-helper": "^3.1.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"normalize.css": "^8.0.0",
"postcss-easy-media-query": "^1.0.0",
"postcss-nested": "^4.2.3",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-md-spinner": "^1.0.0",
"react-obfuscate": "^3.6.8",
"react-share": "^4.4.0",
"react-visibility-sensor": "^5.1.1",
"styled-jsx": "^3.4.7",
"styled-jsx-plugin-postcss": "^0.1.3",
"styled-jsx-plugin-stylelint": "^0.1.0",
"tinycolor2": "^1.4.2",
"typeface-open-sans": "^1.1.13",
"typescript": "^4.8.4",
"webpack-bundle-analyzer": "^4.6.1",
"yaml-loader": "^0.8.0"
},
"scripts": {
"build": "gatsby build --verbose",
"cy:run": "cypress run",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"lint-errors": "eslint src/**/*.{js,jsx} --quiet",
"lint-fix": "eslint '**/*.js' --fix",
"lint": "eslint '**/*.js'",
"stylelint": "stylelint src/**/*.js",
"test": "start-server-and-test develop http://localhost:8000 cy:run"
},
"devDependencies": {
"@mapbox/stylelint-processor-arbitrary-tags": "^0.4.0",
"audit-ci": "^5.1.2",
"babel-eslint": "^10.1.0",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-plugin-import": "^1.13.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"cypress": "^9.3.1",
"dotenv": "^11.0.0",
"eslint": "^7.16.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.1",
"json-loader": "^0.5.7",
"postcss": "^8.4.25",
"postcss-cli": "^9.1.0",
"postcss-custom-properties": "^12.1.9",
"postcss-custom-selectors": "^6.0.3",
"postcss-load-plugins": "^2.3.0",
"postcss-loader": "^4.1.0",
"postcss-media-variables": "^2.0.1",
"postcss-sorting": "^7.0.1",
"postcss-utilities": "^0.8.0",
"precss": "^4.0.0",
"prettier": "^2.7.1",
"serve": "^13.0.4",
"start-server-and-test": "^1.14.0",
"stylelint": "^14.13.0",
"stylelint-config-css-modules": "^2.3.0",
"stylelint-config-standard": "^24.0.0",
"url-loader": "^4.1.1"
}
}