-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.98 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
{
"private": true,
"name": "2018",
"description": "2018.sebazelonka.com",
"author": "Sebastian Zelonka",
"license": "MIT",
"scripts": {
"start": "npm run develop",
"clean": "rimraf .cache public",
"build": "npm run clean && gatsby build",
"dev": "npm run clean && gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-plugin-styled-components": "^2.0.7",
"bootstrap": "^4.6.2",
"gatsby": "^5.7.0",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-react-helmet": "^6.7.0",
"gatsby-plugin-sass": "^6.7.0",
"gatsby-plugin-sharp": "^5.7.0",
"gatsby-plugin-styled-components": "^6.7.0",
"gatsby-plugin-vercel": "^1.0.4",
"gatsby-remark-images": "^7.7.0",
"gatsby-remark-prismjs": "^7.7.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-remark": "^6.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"posthog-js": "^1.136.2",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-simple-line-icons": "^1.0.8",
"reactstrap": "^9.1.6",
"sass": "^1.58.3",
"simple-line-icons": "^2.5.5",
"styled-components": "^5.3.8",
"uglifyjs-webpack-plugin": "^2.2.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.0",
"eslint": "^8.56.0",
"graphql": "^16.6.0",
"jquery": "^3.6.3",
"popper.js": "^1.16.1",
"prettier": "^2.8.4",
"react-is": "^18.2.0",
"rimraf": "^4.1.3",
"typescript": "2.8.1",
"webpack": "^4.46.0"
},
"engines": {
"node": ">=18"
},
"engineStrict": true,
"overrides": {
"babel-plugin-lodash": {
"@babel/types": "~7.20.0"
}
}
}