-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 905 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": "trainual_engineering_interview",
"author": "Trainual",
"dependencies": {
"@popperjs/core": "2.11.0",
"axios": "0.24.0",
"bootstrap": "5.1.3",
"formik": "2.2.9",
"js-yaml": "4.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-on-rails": "12.4.0",
"typescript": "4.5.4"
},
"devDependencies": {
"@types/node": "^17.0.5",
"@types/react": "^17.0.38",
"concurrently": "6.5.1",
"prettier": "2.5.1",
"sass": "^1.45.1",
"vite": "2.6.13",
"vite-plugin-checker": "^0.3.4",
"vite-plugin-ruby": "3.0.2"
},
"scripts": {
"prettier": "prettier --write .",
"start": "bin/vite clobber && bin/vite clobber --mode=test && concurrently -n vite-dev,vite-test 'bin/vite dev' 'bin/vite dev --mode=test'"
},
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "module",
"parser": "typescript"
}
}
}