Browse Source

Configured lernajs for npm packages

pull/272/head
Halil İbrahim Kalkan 8 years ago
parent
commit
5c7b16c42b
  1. 8
      npm/lerna.json
  2. 5
      npm/package.json
  3. 3
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  4. 3
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  5. 47
      npm/packs/aspnetcore.mvc.ui.theme.shared/yarn.lock
  6. 3
      npm/packs/aspnetcore.mvc.ui/package.json
  7. 1442
      npm/packs/aspnetcore.mvc.ui/yarn.lock
  8. 3
      npm/packs/core/package.json
  9. 3
      npm/packs/jquery/package.json
  10. 7
      npm/packs/jquery/yarn.lock

8
npm/lerna.json

@ -0,0 +1,8 @@
{
"version": "0.2.1",
"packages": [
"packs/*"
],
"npmClient": "yarn",
"lerna": "2.10.1"
}

5
npm/package.json

@ -0,0 +1,5 @@
{
"devDependencies": {
"lerna": "^2.10.1"
}
}

3
npm/packs/aspnetcore.mvc.ui.theme.basic/package.json

@ -1,6 +1,9 @@
{
"version": "0.2.1",
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^0.2.1"
}

3
npm/packs/aspnetcore.mvc.ui.theme.shared/package.json

@ -1,6 +1,9 @@
{
"version": "0.2.1",
"name": "@abp/aspnetcore.mvc.ui.theme.shared",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui": "^0.2.1",
"@abp/jquery": "^0.2.1",

47
npm/packs/aspnetcore.mvc.ui.theme.shared/yarn.lock

@ -0,0 +1,47 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
bootstrap@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.0.tgz#110b05c31a236d56dbc9adcda6dd16f53738a28a"
datatables.net-bs4@^1.10.16:
version "1.10.16"
resolved "https://registry.yarnpkg.com/datatables.net-bs4/-/datatables.net-bs4-1.10.16.tgz#9eee67cfa8565bd3807a603a188305f7d0e20e32"
dependencies:
datatables.net "1.10.16"
jquery ">=1.7"
datatables.net@1.10.16, datatables.net@^1.10.16:
version "1.10.16"
resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-1.10.16.tgz#4b052d1082824261b68eed9d22741b711d3d2469"
dependencies:
jquery ">=1.7"
font-awesome@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.7.0.tgz#8fa8cf0411a1a31afd07b06d2902bb9fc815a133"
jquery-form@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/jquery-form/-/jquery-form-4.2.2.tgz#9f96fb141ec9cbe0cdaf58b4d3f1dcbb009cdd52"
dependencies:
jquery ">=1.7.2"
jquery-validation-unobtrusive@^3.2.9:
version "3.2.9"
resolved "https://registry.yarnpkg.com/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.2.9.tgz#674bec080408c54c12a22d4234ad3904f47fd5d5"
dependencies:
jquery ">=1.8"
jquery-validation ">=1.16"
jquery-validation@>=1.16, jquery-validation@^1.17.0:
version "1.17.0"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.17.0.tgz#ab66b6b583d7740b9bbd148993e50e8ac041f35b"
dependencies:
jquery "^1.7 || ^2.0 || ^3.1"
jquery@>=1.7, jquery@>=1.7.2, jquery@>=1.8, "jquery@^1.7 || ^2.0 || ^3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"

3
npm/packs/aspnetcore.mvc.ui/package.json

@ -1,6 +1,9 @@
{
"version": "0.2.1",
"name": "@abp/aspnetcore.mvc.ui",
"publishConfig": {
"access": "public"
},
"dependencies": {
"ansi-colors": "^1.1.0",
"gulp": "^3.9.1",

1442
npm/packs/aspnetcore.mvc.ui/yarn.lock

File diff suppressed because it is too large

3
npm/packs/core/package.json

@ -1,6 +1,9 @@
{
"version": "0.2.1",
"name": "@abp/core",
"publishConfig": {
"access": "public"
},
"dependencies": {
}

3
npm/packs/jquery/package.json

@ -1,6 +1,9 @@
{
"version": "0.2.1",
"name": "@abp/jquery",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "^0.2.1",
"jquery": "^3.3.1"

7
npm/packs/jquery/yarn.lock

@ -0,0 +1,7 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
jquery@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
Loading…
Cancel
Save