-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.66 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.66 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
{
"name": "EHI_Lab_Denizen_Designer_Website",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.12.7",
"@hot-loader/react-dom": "^17.0.1",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.3.0",
"axios": "^0.21.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.5.3",
"chart.js": "^3.2.1",
"history": "^5.0.0",
"i": "^0.3.6",
"jquery": "^3.5.1",
"masonry-layout": "^4.2.2",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-bootstrap": "^1.4.0",
"react-chartjs-2": "^3.0.3",
"react-dom": "^16.8.3",
"react-fontawesome": "^1.7.1",
"react-hot-loader": "^4.13.0",
"react-infinite-scroll-component": "^6.1.0",
"react-masonry-css": "^1.0.14",
"react-masonry-layout": "^0.4.0",
"react-redux": "^7.2.2",
"react-reveal": "^1.2.2",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-scroll": "^1.8.2",
"react_ujs": "^2.6.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-form": "^8.3.7",
"redux-logger": "^3.0.6",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.11.0"
},
"resolutions": {
"node-sass": "npm:sass@^1.77.0"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds",
"build:css": "tailwindcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css"
}
}