mirror of https://github.com/alibaba/ice.git
v1.1.4-alpha.0
This commit is contained in:
parent
0d7bedce0b
commit
8d26a1838f
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"packages": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-ice",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "npm init ice",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ice.js",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "command line interface and builtin plugin for icejs",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
@ -21,16 +21,16 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@alib/build-scripts": "^0.1.13",
|
||||
"build-plugin-ice-config": "1.1.3",
|
||||
"build-plugin-ice-core": "1.1.3",
|
||||
"build-plugin-ice-helpers": "1.1.3",
|
||||
"build-plugin-ice-logger": "1.1.3",
|
||||
"build-plugin-ice-mpa": "1.1.3",
|
||||
"build-plugin-ice-request": "1.1.3",
|
||||
"build-plugin-ice-router": "1.1.3",
|
||||
"build-plugin-ice-ssr": "1.1.3",
|
||||
"build-plugin-ice-store": "1.1.3",
|
||||
"build-plugin-react-app": "1.1.3",
|
||||
"build-plugin-ice-config": "1.1.4-alpha.0",
|
||||
"build-plugin-ice-core": "1.1.4-alpha.0",
|
||||
"build-plugin-ice-helpers": "1.1.4-alpha.0",
|
||||
"build-plugin-ice-logger": "1.1.4-alpha.0",
|
||||
"build-plugin-ice-mpa": "1.1.4-alpha.0",
|
||||
"build-plugin-ice-request": "1.1.4-alpha.0",
|
||||
"build-plugin-ice-router": "1.1.4-alpha.0",
|
||||
"build-plugin-ice-ssr": "1.1.4-alpha.0",
|
||||
"build-plugin-ice-store": "1.1.4-alpha.0",
|
||||
"build-plugin-react-app": "1.1.4-alpha.0",
|
||||
"inquirer": "^7.1.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-plugin-ice-config",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "Define application config in icejs",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-plugin-ice-core",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "the core plugin for icejs.",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-plugin-ice-helpers",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "builtin helpers in icejs",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-plugin-icestark",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "Easy use `icestark` in icejs.",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-plugin-ice-logger",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "builtin logger in icejs",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-plugin-ice-mpa",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "enable mpa project for icejs framework",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-plugin-react-app",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "The basic webpack configuration for ice project",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"main": "src/index.js",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-plugin-ice-rematch",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "Easy use `rematch` in icejs",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-plugin-ice-request",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "request for build-plugin-ice-request",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-plugin-ice-router",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "build-plugin-ice-router",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-plugin-ice-ssr",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "ssr plugin",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-plugin-ice-store",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4-alpha.0",
|
||||
"description": "builtin `icestore` in icejs",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue