-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.51 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
{
"name": "rails-starter",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.1.4-1",
"@rails/webpacker": "5.4.2",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^9",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"daisyui": "^1.13.0",
"postcss": "^7",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"turbolinks": "^5.2.0",
"typescript": "^4.3.5",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"@babel/preset-env": "^7.15.0",
"@types/jest": "^27.0.1",
"@types/rails__activestorage": "^6.0.1",
"@types/rails__ujs": "^6.0.1",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-test-renderer": "^17.0.1",
"@types/turbolinks": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"babel-jest": "^27.0.6",
"eslint": "^7.32.0",
"fork-ts-checker-webpack-plugin": "^6.3.2",
"jest": "^27.0.6",
"react-test-renderer": "^17.0.2",
"webpack-dev-server": "^4.0.0",
"yarn-audit-fix": "^6.4.2"
},
"scripts": {
"test": "jest"
}
}