-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "sunesis-si",
"description": "New Sunesis page",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "gatsby develop",
"clean": "gatsby clean",
"build": "gatsby build",
"develop": "gatsby develop"
},
"dependencies": {
"animejs": "^3.2.1",
"bootstrap": "^4.6.2",
"browser-lang": "^0.2.1",
"gatsby": "^4.24.8",
"gatsby-plugin-offline": "^5.24.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-react-i18next": "~1.2.3",
"gatsby-plugin-sass": "^5.24.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-json": "^4.24.0",
"google-libphonenumber": "^3.2.31",
"i18next": "~21.10.0",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-i18next": "~11.18.6",
"react-multi-carousel": "^2.8.2",
"reactstrap": "^8.10.1",
"sass": "^1.56.1",
"validator": "^13.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/eslint-parser": "^7.19.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-react": "^7.18.6",
"babel-preset-gatsby": "^3.0.0",
"eslint": "~8.27.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-standard": "^5.0.0"
}
}