forked from binary-com/deriv-com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.94 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
{
"name": "deriv-com",
"description": "Deriv.com static content",
"version": "0.1.0",
"author": "Deriv",
"dependencies": {
"@artsy/fresnel": "^1.3.1",
"@datadog/browser-rum": "^2.5.4",
"@livechat/customer-sdk": "^2.0.4",
"@loadable/component": "^5.14.1",
"@svgr/webpack": "^5.5.0",
"commander": "^7.1.0",
"crc-32": "^1.2.0",
"embla-carousel": "^4.1.3",
"extend": "^3.0.2",
"formik": "^2.2.6",
"gatsby": "^2.32.4",
"gatsby-background-image": "^1.4.1",
"gatsby-image": "^2.11.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-google-tagmanager": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-nprogress": "^2.10.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-svgr": "^2.1.0",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-sharp": "^2.12.0",
"i18next": "^19.8.9",
"js-cookie": "^2.2.1",
"match-sorter": "^6.3.0",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.7",
"react-perfect-scrollbar": "^1.5.8",
"web-push-notifications": "^3.18.2"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.20.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.22.0",
"eslint-webpack-plugin": "^2.5.2",
"gatsby-plugin-eslint": "^3.0.0",
"gatsby-plugin-styled-components": "^3.10.0",
"gatsby-plugin-stylelint": "^3.2.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.20",
"gh-pages": "^3.1.0",
"husky": "^5.1.1",
"lint-staged": "^10.5.4",
"npm-force-resolutions": "0.0.3",
"prettier": "^2.2.1",
"query-string": "^6.14.0",
"styled-components": "^5.2.1",
"stylelint": "^13.11.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"stylelint-webpack-plugin": "^2.1.1"
},
"keywords": [
"deriv",
"static"
],
"license": "Apache License 2.0",
"scripts": {
"analyze": "ANALYZE_BUNDLE_SIZE=true gatsby build",
"build": "gatsby clean && gatsby build",
"build:inc": "gatsby clean && export GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true && gatsby build",
"develop": "gatsby develop -o",
"format": "prettier --write '**/*.js' '*.js'",
"stylelint": "stylelint 'src/**/*.js' --formatter verbose",
"eslint": "DEBUG=eslint:cli-engine eslint 'src/**/*.js' --fix",
"start": "npm run develop",
"start-80": "sudo gatsby develop -p 80",
"serve": "gatsby serve",
"test": "npm run eslint && npm run stylelint",
"translate:download": "crowdin download -b crowdin && crowdin download -b crowdin -l zh-CN",
"translate:extract": "cd scripts && node extract-translations.js && cd ..",
"translate:upload": "crowdin upload sources -b crowdin",
"deploy": "npm run build && gh-pages -d public -b master",
"deploy-dev": "npm run build && gh-pages -d public",
"deploy-branch": "PATH_PREFIX=/deriv-com/br/$branch_name npm run build && gh-pages -d public -e br/$branch_name"
},
"repository": {
"type": "git",
"url": "https://github.com/binary-com/deriv-com"
},
"bugs": {
"url": "https://github.com/binary-com/deriv-com/issues"
}
}