|
1 | | -{ |
2 | | - "name": "sample-app-my-connect", |
3 | | - "private": "true", |
4 | | - "dependencies": { |
5 | | - "@rails/actioncable": "7.0.5", |
6 | | - "axios": "^1.6.7", |
7 | | - "bootstrap": "^5.3.3", |
8 | | - "dotenv": "^16.4.5", |
9 | | - "email-validator": "^2.0.4", |
10 | | - "esbuild": "^0.17.19", |
11 | | - "eslint": "^7.32.0 || ^8.57.0", |
12 | | - "eslint-config-prettier": "^9.1.0", |
13 | | - "eslint-watch": "^8.0.0", |
14 | | - "html-react-parser": "^4.0.0", |
15 | | - "i18next": "^23.10.1", |
16 | | - "i18next-async-storage-backend": "^1.0.2", |
17 | | - "i18next-http-backend": "^2.5.0", |
18 | | - "prop-types": "^15.8.1", |
19 | | - "react": "^18.2.0", |
20 | | - "react-bootstrap": "^2.10.1", |
21 | | - "react-dom": "^18.2.0", |
22 | | - "react-helmet": "^6.1.0", |
23 | | - "react-i18next": "^14.1.0", |
24 | | - "react-router-dom": "^6.22.3", |
25 | | - "remount": "^1.0.0", |
26 | | - "sass": "^1.71.1", |
27 | | - "tiny-glob": "^0.2.9" |
28 | | - }, |
29 | | - "scripts": { |
30 | | - "build": "node esbuildScript/build.js", |
31 | | - "build:watch": "node esbuildScript/build.js --watch", |
32 | | - "build:css": "sass ./app/assets/stylesheets/application.sass.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules", |
33 | | - "build:css:watch": "sass ./app/assets/stylesheets/application.sass.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules --watch", |
34 | | - "lint": "npx esw app/javascript/** " |
35 | | - }, |
36 | | - "devDependencies": { |
37 | | - "eslint-config-airbnb": "^19.0.4", |
38 | | - "eslint-plugin-import": "^2.29.1", |
39 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
40 | | - "eslint-plugin-react": "^7.34.0", |
41 | | - "eslint-plugin-react-hooks": "^4.6.0" |
42 | | - } |
43 | | -} |
| 1 | +{ |
| 2 | + "name": "sample-app-my-connect", |
| 3 | + "private": "true", |
| 4 | + "dependencies": { |
| 5 | + "@rails/actioncable": "8.0.0", |
| 6 | + "axios": "^1.7.7", |
| 7 | + "bootstrap": "^5.3.3", |
| 8 | + "dotenv": "^16.4.5", |
| 9 | + "email-validator": "^2.0.4", |
| 10 | + "esbuild": "^0.17.19", |
| 11 | + "eslint": "^7.32.0 || ^8.57.0", |
| 12 | + "eslint-config-prettier": "^9.1.0", |
| 13 | + "eslint-watch": "^8.0.0", |
| 14 | + "html-react-parser": "^5.1.18", |
| 15 | + "i18next": "^23.16.5", |
| 16 | + "i18next-async-storage-backend": "^1.0.2", |
| 17 | + "i18next-http-backend": "^2.6.2", |
| 18 | + "prop-types": "^15.8.1", |
| 19 | + "react": "^18.3.1", |
| 20 | + "react-bootstrap": "^2.10.5", |
| 21 | + "react-dom": "^18.3.1", |
| 22 | + "react-helmet": "^6.1.0", |
| 23 | + "react-i18next": "^15.1.1", |
| 24 | + "react-router-dom": "^6.28.0", |
| 25 | + "remount": "^1.0.0", |
| 26 | + "sass": "^1.80.7", |
| 27 | + "tiny-glob": "^0.2.9" |
| 28 | + }, |
| 29 | + "scripts": { |
| 30 | + "build": "node esbuildScript/build.js", |
| 31 | + "build:watch": "node esbuildScript/build.js --watch", |
| 32 | + "build:css": "sass ./app/assets/stylesheets/application.sass.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules", |
| 33 | + "build:css:watch": "sass ./app/assets/stylesheets/application.sass.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules --watch", |
| 34 | + "lint": "npx esw app/javascript/** " |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "eslint-config-airbnb": "^19.0.4", |
| 38 | + "eslint-plugin-import": "^2.29.1", |
| 39 | + "eslint-plugin-jsx-a11y": "^6.8.0", |
| 40 | + "eslint-plugin-react": "^7.34.0", |
| 41 | + "eslint-plugin-react-hooks": "^4.6.0" |
| 42 | + } |
| 43 | +} |
0 commit comments