This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
70 lines (70 loc) · 2.52 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
{
"name": "champion",
"private": true,
"description": "World-class support services for FinTech businesses",
"version": "0.1.0",
"author": "champion",
"dependencies": {
"extend": "^3.0.2",
"gatsby": "^5.10.0",
"gatsby-background-image": "^0.8.18",
"gatsby-image": "^2.2.30",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-offline": "^3.0.17",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-smoothscroll": "^1.0.3",
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-transformer-sharp": "^5.10.0",
"gh-pages": "^2.1.1",
"intersection-observer": "^0.7.0",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"styled-components": "^4.4.1",
"typeface-ibm-plex-sans": "0.0.75"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^6.6.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.16.0",
"gatsby-plugin-eslint": "^2.0.8",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-stylelint": "^3.2.0",
"prettier": "^1.18.2",
"stylelint": "^15.6.2",
"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.3"
},
"keywords": [
"champion"
],
"license": "MIT",
"scripts": {
"build": "npm run test && gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"stylelint": "stylelint 'src/**/*.js' --formatter verbose",
"eslint": "DEBUG=eslint:cli-engine eslint 'src/**/*.js'",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "npm run stylelint && npm run eslint",
"deploy": "npm run build && cp ./script/CNAME public/ && node ./deploy-github.js",
"deploy-dev": "gatsby build --prefix-paths && gh-pages -d public"
},
"repository": {
"type": "git",
"url": "https://github.com/binary-com/champion-global"
},
"bugs": {
"url": "https://github.com/binary-com/champion-global/issues"
}
}