-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 829 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 829 Bytes
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
{
"name": "portfolio_replace",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/animejs": "^3.1.4",
"@types/lodash.debounce": "^4.0.6",
"@types/styled-components": "^5.1.21",
"@types/three": "^0.137.0",
"animejs": "^3.2.1",
"lodash.debounce": "^4.0.8",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "^5.3.3",
"three": "^0.137.5"
},
"devDependencies": {
"@types/node": "17.0.14",
"@types/react": "17.0.38",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"prettier": "2.5.1",
"typescript": "4.5.5"
}
}