-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.58 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
{
"name": "psumaps-frontend",
"version": "1.1.0",
"description": "Client applications of PSU Maps",
"type": "module",
"scripts": {
"web": "concurrently --kill-others \"npm run dev --prefix web\" \"npm run tailwind:watch --prefix web\"",
"native": "npm start --prefix native",
"storybook": "concurrently --kill-others \"npm run tailwind:watch --prefix web\" \"npm run storybook --prefix shared\"",
"build-storybook": "npm run build-storybook --prefix shared",
"test": "vitest --run",
"lint-staged": "lint-staged",
"prepare": "husky",
"ci-global": "npm ci && npm ci --prefix shared && npm ci --prefix web && npm ci --prefix native"
},
"author": "psumaps team",
"license": "MPL-2.0",
"dependencies": {
"@vitejs/plugin-react-swc": "^3.6.0",
"@vkontakte/vk-bridge": "^2.14.1",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.6.0"
},
"devDependencies": {
"@svgr/core": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"concurrently": "^8.2.2",
"eslint": "^8.45.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"happy-dom": "^14.10.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "3.2.5",
"prop-types": "^15.8.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.0.2"
}
}