-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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": "islandlink",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"host": "vite --host",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
"*.{js,ts}": "eslint --fix"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@mantine/carousel": "^6.0.7",
"@mantine/core": "^6.0.4",
"@mantine/hooks": "^6.0.4",
"@phosphor-icons/react": "^2.0.8",
"classnames": "^2.3.2",
"embla-carousel-react": "^7.1.0",
"firebase": "^9.19.1",
"framer-motion": "^10.12.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "2.8.6",
"sass": "^1.59.3",
"stylelint": "^15.3.0",
"stylelint-config-standard": "^31.0.0",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-order": "^6.0.3",
"stylelint-prettier": "^3.0.0",
"vite": "^4.1.0",
"vite-plugin-pwa": "^0.14.7"
}
}