-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 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
{
"name": "app",
"private": true,
"dependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "7",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/babel__core": "7",
"@types/webpack": "5",
"actioncable": "^5.2.8-1",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"babel-loader": "8",
"compression-webpack-plugin": "9",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"mini-css-extract-plugin": "^2.8.0",
"postcss": "^8.4.35",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react_ujs": "^3.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"sass": "^1.71.0",
"sass-loader": "^14.1.1",
"shakapacker": "7.2.0",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "5",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4",
"webpack-merge": "5"
},
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js",
"@babel/preset-react"
]
},
"browserslist": [
"defaults"
],
"devDependencies": {
"tailwindcss": "^3.4.1",
"webpack-dev-server": "4"
}
}