-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.15 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
{
"name": "third-generation",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cloudinary/react": "^1.0.1",
"@cloudinary/url-gen": "^1.5.1",
"@fortawesome/fontawesome-pro": "^5.13.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/pro-duotone-svg-icons": "^5.13.1",
"@fortawesome/pro-light-svg-icons": "^5.13.1",
"@fortawesome/pro-regular-svg-icons": "^5.13.0",
"@fortawesome/pro-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.10",
"axios": "^0.24.0",
"babel-cli": "^6.26.0",
"body-scroll-lock": "^3.0.3",
"cloudinary-react": "^1.6.6",
"normalize.css": "^8.0.1",
"react": "^16.13.1",
"react-app-polyfill": "^1.0.6",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.0.7",
"react-lazyload": "^3.0.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.1.2",
"react-router-sitemap": "^1.2.0",
"react-scripts": "3.4.1",
"sass": "^1.30.0",
"shortid": "^2.2.15",
"source-map-explorer": "^2.5.0"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"sitemap": "babel-node ./sitemap-generator.js"
},
"eslintConfig": {
"extends": "react-app"
},
"stylelint": {
"extends": [
"stylelint-config-sass-guidelines",
"stylelint-a11y/recommended",
"stylelint-order",
"stylelint-config-rational-order"
],
"plugins": [
"stylelint-csstree-validator",
"stylelint-order",
"stylelint-config-rational-order/plugin"
],
"rules": {
"csstree/validator": true,
"selector-class-pattern": "^(?:(?:o|c|u|t|s|is|has|_|js|qa)-)?[a-zA-Z0-9]+(?:-[a-zA-Z0-9]+)*(?:__[a-zA-Z0-9]+(?:-[a-zA-Z0-9]+)*)?(?:--[a-zA-Z0-9]+(?:-[a-zA-Z0-9]+)*)?(?:\\[.+\\])?$",
"order/properties-alphabetical-order": null,
"order/properties-order": [],
"plugin/rational-order": [
true,
{
"border-in-box-model": false,
"empty-line-between-groups": false
}
]
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
]
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.0.0",
"@babel/node": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.17.7",
"react-router-sitemap-generator": "^0.0.8",
"stylelint": "^13.3.3",
"stylelint-a11y": "^1.2.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-sass-guidelines": "^7.0.0",
"stylelint-csstree-validator": "^1.8.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.17.1",
"yarn-audit-fix": "^9.0.9"
},
"packageManager": "[email protected]"
}