-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.69 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
{
"name": "app",
"private": "true",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"@hotwired/stimulus": "^3.2.1",
"@hotwired/turbo-rails": "^7.2.5",
"@popperjs/core": "^2.11.6",
"@react-spring/web": "^9.7.2",
"@tippyjs/react": "^4.2.6",
"axios": "^1.7.4",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"chart.js": "^4.3.0",
"chartkick": "^5.0.1",
"emoji-picker-react": "^4.4.10",
"esbuild": "^0.17.7",
"html-react-parser": "^3.0.15",
"jquery": "^3.6.3",
"pluralize": "^8.0.0",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-bootstrap-typeahead": "^6.4.0",
"react-dom": "^18.2.0",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.8.2",
"react-transition-group": "^4.4.5",
"recharts": "^2.8.0",
"sass": "^1.58.0",
"sweetalert2": "^11.7.3"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets --asset-names=[name]-[hash].digested --loader:.js=jsx --loader:.svg=file --loader:.ttf=file --loader:.png=file",
"build:css": "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules",
"test": "jest --config=./jest.config.js"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.22.6",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"react-test-renderer": "^18.2.0"
},
"version": "1.22.19"
}