-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.89 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.89 KB
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
{
"name": "acf-options_page",
"version": "1.0.0",
"private": true,
"homepage": "./",
"dependencies": {
"@dhruv-techapps/acf-common": "^5.0.9",
"@dhruv-techapps/core-common": "^5.0.14",
"@dhruv-techapps/core-services": "^5.0.10",
"bootstrap-icons": "^1.8.0",
"i18next": "^20.6.1",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^1.3.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-bootstrap": "^2.7.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.12.0",
"react-reorder": "^3.0.0-alpha.7",
"react-router-dom": "^5.3.0",
"react-table": "^7.7.0",
"sitemap": "^7.0.0"
},
"scripts": {
"start": "env-cmd react-scripts start",
"build": "react-scripts build",
"lint": "run-s lint:js lint:css",
"lint:js": "eslint --cache --format codeframe --ext jsx,js,json src --fix",
"lint:css": "stylelint **/*.scss",
"sitemap:dev": "node sitemap-generator.js https://dev.getautoclicker.com/",
"sitemap:beta": "node sitemap-generator.js https://beta.getautoclicker.com/",
"sitemap:stable": "node sitemap-generator.js https://stable.getautoclicker.com/"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"npm-run-all": "^4.1.5",
"postcss-html": "^1.3.0",
"prettier": "^2.4.1",
"react-scripts": "^5.0.1",
"sass": "^1.49.7",
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0"
}
}