-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "react-connect-lines",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"preview": "vite preview",
"build-vite": "tsc && vite build",
"build-lib": "cd ./lib && yarn && yarn build",
"build": "yarn build-lib && yarn build-vite"
},
"dependencies": {
"@sanity/icons": "^1.3.0",
"@sanity/ui": "^0.37.9",
"framer-motion": "^6.3.3",
"lodash": "^4.17.21",
"nanoid": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.5"
},
"resolutions": {
"@types/react": "^17.0.33"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/react-dom": "^17.0.10",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@vitejs/plugin-react": "^1.0.7",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"typescript": "^4.4.4",
"vite": "^2.7.2"
}
}