-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 1015 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
{
"name": "rcl-react-three",
"version": "0.0.1",
"description": "ThreeJS App For Cultural Heritage ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"client": "cd client && npm start",
"server": "nodemon server/server.js",
"install-all": "cd server && npm install && cd ../client && npm install && cd .. && npm install",
"dev": "concurrently --kill-others-on-fail \" npm run client\" \"npm run server\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/rochester-rcl/rcl-react-three.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rochester-rcl/rcl-react-three/issues"
},
"homepage": "https://github.com/rochester-rcl/rcl-react-three#readme",
"devDependencies": {},
"dependencies": {
"express-session": "^1.15.6",
"jsdom": "^12.0.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"three-mtl-loader": "^1.0.2",
"three-obj-loader": "^1.1.3"
}
}