-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.4 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": "dibk-bus-garasje",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "npm run lint:js",
"lint:js": "eslint . --ext .jsx,.js --ignore-pattern build",
"deploy": "npm run build && firebase deploy",
"eject": "react-scripts eject",
"validate": "losen validate src/api/bus-garasje.json"
},
"dependencies": {
"lodash.get": "^4.4.2",
"losen": "^9.0.5",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-autobind": "^1.0.6",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"styled-components": "^6.1.1",
"vite-tsconfig-paths": "^4.2.2"
},
"devDependencies": {
"@types/lodash.get": "^4.4.9",
"@types/node": "^20.10.3",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/styled-components": "^5.1.32",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react": "^4.2.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"tsconfig": "7.0.0",
"typescript": "^5.3.2",
"vite": "^5.0.5"
},
"volta": {
"node": "20.10.0",
"npm": "9.9.2"
}
}