-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.23 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
{
"name": "skillx",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.14.5",
"@inertiajs/inertia": "^0.10.0",
"@inertiajs/inertia-react": "^0.7.0",
"@material-ui/core": "^4.12.3",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.0",
"axios": "^0.21.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"flexboxgrid": "^6.3.1",
"i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.0",
"mappy-breakpoints": "^0.2.3",
"node-sass": "^6.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.11.4",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"styled-components": "^5.3.0",
"turbolinks": "^5.2.0",
"unstateless": "^0.14.0",
"webpack": "4.46.0",
"webpack-cli": "3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.24.0",
"webpack-dev-server": "^3.11.2"
}
}