-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
86 lines (86 loc) · 2.8 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
{
"name": "jamcommerce",
"description": "",
"version": "0.0.1",
"scripts": {
"build": "gatsby build",
"start": "DEBUG=jam:* gatsby develop --port 3000",
"lint": "eslint --ext=js,jsx .",
"lint:fix": "eslint . --ext=js,jsx --fix",
"pretest": "npm run lint",
"test": "echo 'yo'",
"format": "prettier 'src/**/*.js' 'src/**/*.jsx' './gatsby*.js' './plugins/**/*.js' --trailing-comma all --single-quote --write",
"postformat": "npm run lint:fix",
"commit": "git-cz",
"commitmsg": "validate-commit-msg"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-freecodecamp"
}
},
"author": "Befirkeley Martinez <[email protected]>",
"dependencies": {
"berkeleys-redux-utils": "3.2.0",
"classnames": "2.2.5",
"date-fns": "^1.29.0",
"debug": "3.0.1",
"dedent": "0.7.0",
"dotenv": "^4.0.0",
"gatsby": "^1.9.149",
"gatsby-cli": "1.1.10",
"gatsby-link": "1.6.13",
"gatsby-plugin-react-helmet": "1.0.1",
"gatsby-source-filesystem": "1.4.6",
"gatsby-transformer-remark": "^1.7.26",
"gocommerce-js": "4.1.1",
"invariant": "2.2.2",
"js-yaml": "3.9.1",
"kouto-swiss": "1.1.0",
"lodash": "4.17.4",
"netlify-cms": "1.1.0",
"prop-types": "15.5.10",
"react-github-fork-ribbon": "^0.5.1",
"react-lazyload-fadein": "^1.0.1",
"react-modal": "3.1.8",
"react-redux": "5.0.6",
"react-redux-form": "1.14.1",
"react-router": "4.1.2",
"react-router-scroll": "github:ytase/react-router-scroll#build",
"react-select": "1.0.0-rc.5",
"react-stripe-elements": "1.2.0",
"react-transition-group": "^2.2.1",
"react-view-pager": "0.5.1",
"redux": "3.7.2",
"redux-actions": "2.2.1",
"redux-observable": "0.17.0",
"redux-thunk": "^2.2.0",
"remote-redux-devtools": "0.5.12",
"reselect": "3.0.1",
"rxjs": "5.5.2",
"stylus": "0.54.5",
"stylus-loader": "3.0.1",
"validator": "8.2.0"
},
"keywords": [
"gatsby",
"gocommerce",
"react"
],
"license": "MIT",
"main": "n/a",
"devDependencies": {
"babel-eslint": "7.2.3",
"commitizen": "2.9.6",
"cz-freecodecamp": "1.0.0",
"eslint": "4.5.0",
"eslint-plugin-class-property": "1.0.6",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "git+https://github.com/berkeleytrue/eslint-plugin-react.git#feat/rwr",
"fs-extra": "^5.0.0",
"husky": "0.14.3",
"prettier": "1.5.2",
"validate-commit-msg": "2.14.0"
}
}