-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 3.99 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "airsoft-community",
"version": "0.1.0",
"private": true,
"dependencies": {
"@catho/quantum": "^3.5.2",
"@fortawesome/fontawesome-free-regular": "^5.1.0-3",
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "^0.1.0-11",
"@zeit/next-css": "^1.0.1",
"axios": "^0.19.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-root-import": "^6.4.1",
"cookie": "^0.4.0",
"js-cookie": "^2.2.0",
"next": "^8.1.0",
"next-fonts": "^0.17.0",
"next-images": "^1.1.2",
"pagarme": "^4.5.1",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-breakpoints": "^3.0.2",
"react-dom": "^16.8.6",
"react-facebook-login": "^4.1.1",
"react-helmet": "^5.2.1",
"react-map-gl": "^5.0.4",
"react-redux": "^7.1.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.0.1",
"react-test-renderer": "^16.12.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"sinon": "^7.5.0",
"slug": "^1.1.0",
"styled-components": "^4.2.0",
"styled-theming": "^2.2.0"
},
"scripts": {
"prod": "next start -p 21050",
"dev": "next -p 21050",
"build": "next build",
"start": "node server.js",
"test": "jest",
"cm:master": "git add -A && git commit -m 'comited' && git push origin master",
"clear:tests": "rm -rf ./src/**/**/__tests__/* && rm -rf ./src/**/**/*.test.js*"
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"clearMocks": true,
"coverageDirectory": "coverage",
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/fileMock.js",
"\\.(css|less)$": "<rootDir>/styleMock.js"
},
"setupFilesAfterEnv": [
"<rootDir>/jest-config.js"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-knobs": "^5.0.11",
"@storybook/addon-links": "^3.4.8",
"@storybook/addon-viewport": "^3.4.10",
"@storybook/addons": "^3.4.8",
"@storybook/react": "^5.0.11",
"babel-eslint": "^8.2.5",
"babel-loader": "^8.0.6",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.26.0",
"bundlesize": "^0.17.0",
"commitizen": "^2.10.1",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^5.1.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.10.0",
"husky": "^0.14.3",
"jest": "^24.0.0",
"jest-diff": "^24.0.0",
"jest-styled-components": "^6.3.1",
"lint-staged": "^7.2.0",
"loki": "^0.13.0",
"prettier": "1.13.7",
"prettier-eslint": "8.8.2",
"prettier-eslint-cli": "4.7.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"regenerator-runtime": "0.12.0",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.5",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-uglify": "^4.0.0",
"rollup-plugin-url": "^1.4.0",
"stylelint": "^9.3.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.3.1",
"validate-commit-msg": "^2.14.0"
}
}