-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.67 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
{
"name": "korlamarch-com",
"description": "March's personal website",
"version": "1.1.0",
"author": "March Boonyapaluk",
"dependencies": {
"bulma": "^0.9.4",
"gatsby": "5.13.1",
"gatsby-plugin-google-gtag": "^5.13.0",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-netlify-cms": "^6.0.0",
"gatsby-plugin-purgecss": "^6.2.1",
"gatsby-plugin-react-helmet": "^6.13.0",
"gatsby-plugin-sass": "^6.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-remark-copy-linked-files": "^6.13.0",
"gatsby-remark-images": "^7.13.0",
"gatsby-remark-relative-images": "^2.0.5",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-remark": "^6.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"jquery": "^3.7.1",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"moment": "^2.30.1",
"netlify-cms-app": "^2.15.72",
"node-sass": "^9.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-slick": "^0.29.0",
"sass": "^1.69.7",
"slick-carousel": "^1.8.1",
"uuid": "^9.0.1",
"webpack": "^5.89.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start": "npm run develop",
"build": "npm run clean && gatsby build",
"develop": "npm run clean && gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^3.1.1"
}
}