-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "topo-me",
"version": "1.0.0",
"description": "A 3D interactive skills terrain visualizer",
"main": "topo.js",
"scripts": {
"start": "node topo.js",
"server": "nodemon topo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srajiang/topograph-me.git"
},
"keywords": [
"three.jss"
],
"author": "Sarah Jiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/srajiang/topograph-me/issues"
},
"homepage": "https://github.com/srajiang/topograph-me#readme",
"dependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.4",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"three": "^0.114.0",
"validator": "^12.2.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}