mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:37:08 +00:00
Use Node workspaces to manage repo dependencies
This commit is contained in:
24
lib/modules/@dougal/user/package-lock.json
generated
24
lib/modules/@dougal/user/package-lock.json
generated
@@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "@dougal/user",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"lockfileVersion": 3,
|
|
||||||
"requires": true,
|
|
||||||
"packages": {
|
|
||||||
"": {
|
|
||||||
"name": "@dougal/user",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
|
||||||
"@dougal/organisations": "file:../organisations"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"../organisations": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"license": "ISC"
|
|
||||||
},
|
|
||||||
"node_modules/@dougal/organisations": {
|
|
||||||
"resolved": "../organisations",
|
|
||||||
"link": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
19794
lib/www/client/source/package-lock.json
generated
19794
lib/www/client/source/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11410
lib/www/server/package-lock.json
generated
11410
lib/www/server/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
15618
package-lock.json
generated
Normal file
15618
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "dougal-software",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"private": true,
|
||||||
|
"workspaces": [
|
||||||
|
"lib/modules/@dougal/*",
|
||||||
|
"lib/www/server",
|
||||||
|
"lib/www/client/source"
|
||||||
|
],
|
||||||
|
"scripts": {
|
||||||
|
"server:run": "cd lib/www/server && npm start",
|
||||||
|
"server:run:debug": "cd lib/www/server && DEBUG='*' npm start",
|
||||||
|
"client:serve": "vue-cli-service serve --host=0.0.0.0",
|
||||||
|
"client:build": "vue-cli-service build",
|
||||||
|
"build": "npm run build --workspaces"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user