forked from FormidableLabs/cascadia-react-workshop-materials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 816 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
{
"name": "cascadia-react-workshop-materials",
"version": "1.0.0",
"description": "Advanced React workshop for Cascadia",
"main": "index.js",
"dependencies": {
"concurrently": "^4.0.1"
},
"devDependencies": {},
"scripts": {
"start": "concurrently \"npm:start-*\"",
"start-client": "cd client && yarn start",
"start-server": "cd server && yarn start",
"reseed-db": "cd server && yarn drop-db && yarn create-db"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FormidableLabs/cascadia-react-workshop-materials.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FormidableLabs/cascadia-react-workshop-materials/issues"
},
"homepage": "https://github.com/FormidableLabs/cascadia-react-workshop-materials#readme"
}