-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 2.05 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
{
"name": "asc-web-campaigns",
"private": true,
"version": "1.0.4",
"dependencies": {
"firebase-tools": "^10.9.2",
"fs-extra": "^10.1.0",
"gatsby": "^4.25.8",
"gatsby-plugin-gatsby-cloud": "^4.25.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-no-javascript": "^2.0.5",
"gatsby-plugin-offline": "^5.25.0",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-react-i18next": "^1.2.3",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-sharp": "^4.25.0",
"i18next": "^21.10.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-device-detect": "^2.2.3",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-i18next": "^11.18.6",
"styled-components": "^5.3.11",
"zustand": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@storybook/addon-actions": "^7.6.16",
"@storybook/addon-essentials": "^7.6.16",
"@storybook/addon-interactions": "^7.6.16",
"@storybook/addon-links": "^7.6.16",
"@storybook/blocks": "^7.6.16",
"@storybook/react": "^7.6.16",
"@storybook/react-webpack5": "^7.6.16",
"@storybook/test": "^7.6.16",
"@storybook/testing-library": "^0.2.2",
"babel-loader": "^8.3.0",
"prettier": "^2.8.8",
"react-is": "^18.2.0",
"shx": "^0.3.4",
"storybook": "^7.6.16"
},
"scripts": {
"build": "shx rm -rf public && gatsby build && node scripts/deploy-campaigns.js && shx cp -R src/firebase/* public",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve --port 8000",
"clean": "gatsby clean",
"fb:login": "firebase login",
"fb:logout": "firebase logout",
"fb:deploy": "firebase deploy",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20",
"yarn": ">=4"
}
}