-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 970 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
32
33
34
35
{
"dependencies": {
"@material-ui/core": "^4.11.4",
"@reach/router": "^1.3.4",
"@types/reach__router": "^1.3.8",
"@types/react": "^16.8.6 || ^17.0.0",
"@types/react-dom": "^17.0.6",
"parcel-bundler": "^1.12.5",
"random-words": "^1.1.1",
"react": "15.x || 16.x || 16.4.0-alpha.0911da3",
"react-dom": "15.x || 16.x || 16.4.0-alpha.0911da3",
"recharts": "^2.0.9"
},
"name": "3d-portfolio",
"description": "react-three-fiber portfolio",
"version": "1.0.0",
"main": "src/index.html",
"devDependencies": {
"sass": "^1.34.1",
"typescript": "^4.3.2"
},
"scripts": {
"start": "parcel src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deevo-sage/3d-portfolio.git"
},
"author": "Sidharth Sahni",
"license": "ISC",
"bugs": {
"url": "https://github.com/deevo-sage/3d-portfolio/issues"
},
"homepage": "https://github.com/deevo-sage/3d-portfolio#readme"
}