-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 918 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
36
37
{
"name": "slye",
"version": "0.0.1",
"description": "See what it would be...",
"main": "index.js",
"repository": "git@github.com:slye3d/slye",
"author": "Parsa Ghadimi <me@qti3e.com>",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/react": "^16.3.16",
"@types/three": "^0.156.0",
"liltest": "^0.0.5",
"mime": "^3.0.0",
"node-sass": "^9.0.0",
"parcel-bundler": "^1.12.5",
"puppeteer": "^21.2.1",
"rimraf": "^5.0.1",
"tslint": "^6.1.3",
"tslint-eslint-rules": "^5.4.0",
"tslint-no-circular-imports": "^0.7.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@tweenjs/tween.js": "^21.0.0",
"firebase": "^10.4.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.3.1",
"screenfull": "^5.2.0",
"three": "^0.156.1"
},
"browserslist": [
"chrome 69"
]
}