-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 956 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
{
"name": "portfolio",
"version": "2.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"framer-motion": "^4.1.17",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-intersection-observer": "^8.32.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.26.0",
"eslint-plugin-react": "^7.23.2",
"typescript": "^4.1.2",
"typescript-styled-plugin": "^0.17.0",
"vite": "^2.2.3"
}
}