forked from binary-com/deriv-com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 3.1 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
{
"name": "deriv-com",
"description": "Deriv.com static content",
"version": "0.1.0",
"author": "Deriv",
"dependencies": {
"commander": "^3.0.2",
"crc-32": "^1.2.0",
"extend": "^3.0.2",
"formik": "^1.5.8",
"gatsby": "^2.17.1",
"gatsby-image": "^2.2.29",
"gatsby-plugin-google-tagmanager": "^2.1.15",
"gatsby-plugin-manifest": "^2.2.23",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.2.32",
"gatsby-plugin-sitemap": "^2.2.19",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-sharp": "^2.3.0",
"i18next": "^17.3.0",
"js-cookie": "^2.2.1",
"match-sorter": "^4.0.2",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-i18next": "^10.13.1",
"react-id-swiper": "^2.4.0",
"react-lottie": "^1.2.3",
"react-perfect-scrollbar": "^1.5.3",
"react-responsive": "^8.0.1",
"swiper": "^5.3.0",
"typeface-ibm-plex-sans": "0.0.75"
},
"devDependencies": {
"babel-eslint": "10.0.3",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^6.5.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.16.0",
"gatsby-plugin-eslint": "^2.0.5",
"gatsby-plugin-force-trailing-slashes": "^1.0.4",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-plugin-stylelint": "^3.2.0",
"prettier": "^1.18.2",
"query-string": "^6.8.3",
"styled-components": "^4.4.0",
"stylelint": "^11.1.1",
"stylelint-config-prettier": "^6.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.8.0",
"stylelint-webpack-plugin": "^1.0.2"
},
"keywords": [
"deriv",
"static"
],
"license": "Apache License 2.0",
"scripts": {
"build": "npm run test && gatsby clean && gatsby build",
"develop": "gatsby develop",
"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",
"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"
}
}