-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 852 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
{
"private": true,
"name": "futuresfinefurniture",
"version": "1.0.0",
"description": "futures fine website",
"scripts": {
"dev": "lerna run dev --parallel",
"dev-admin": "cd adminpage && npm run dev",
"dev-web": "cd webpage && npm run dev",
"build-all": "lerna run build --parallel",
"build-admin": "cd adminpage && npm run build",
"build-web": "cd webpage && npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "lerna bootstrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrhut10/futuresFineFurniture.git"
},
"author": "mrhut10",
"bugs": {
"url": "https://github.com/mrhut10/futuresFineFurniture/issues"
},
"homepage": "https://github.com/mrhut10/futuresFineFurniture#readme",
"dependencies": {
"lerna": "^3.20.2"
}
}