-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 950 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 950 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
34
35
36
37
{
"name": "threejsport",
"version": "1.0.0",
"description": "my new portfolio built in three js and react ",
"main": "index.js",
"repository": "git@github.com:LuciLua/newthreejsport",
"author": "LuciLua <luci.lua81@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"
},
"dependencies": {
"bcrypt": "^5.1.0",
"framer-motion": "^7.10.0",
"mongodb": "^4.13.0",
"next": "^13.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scroll": "^1.8.9",
"three": "^0.147.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/mongodb": "^4.0.7",
"@types/node": "^18.11.15",
"@types/react": "^18.0.26",
"@types/styled-components": "^5.1.26",
"axios": "^1.2.1",
"mongoose": "^6.8.2",
"react-icons": "^4.7.1",
"sass": "^1.56.2",
"styled-components": "^5.3.6",
"typescript": "^4.9.4"
}
}