-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 998 Bytes
/
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
{
"name": "pen2-crud",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.18.6",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"postcss": "^8.2.10",
"postcss-loader": "^4.0.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react_ujs": "^2.6.2",
"sass": "^1.32.7",
"tailwindcss": "^3.1.8",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^4"
}
}