Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@alifd/deep-template

Package Overview
Dependencies
Maintainers
13
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alifd/deep-template - npm Package Compare versions

Comparing version
1.1.0
to
1.2.0
+21
template/component/build.json.ejs
{
"plugins": [
"build-plugin-component",
["build-plugin-fusion", {
"themePackage": "@alife/theme-97",
"nextLibDir": "lib",
"style": false
}],<%- typeof adaptor !== 'undefined' && adaptor ? '\n "build-plugin-fusion-cool",' : '' %>
["build-plugin-modular-import", [
{
"libraryName": "@ali/deep",
"libraryDirectory": "lib",
"camel2DashComponentName": true,
"style": false
}
]],
["build-plugin-moment-locales", {
"locales": ["zh-cn"]
}]
]
}
+1
-1
{
"name": "@alifd/deep-template",
"version": "1.1.0",
"version": "1.2.0",
"description": "deep 模板",

@@ -5,0 +5,0 @@ "scripts": {

@@ -13,4 +13,4 @@ {

"scripts": {
"start": "ice-scripts dev",
"build": "ice-scripts build",
"start": "build-scripts start",
"build": "build-scripts build",
"prepublishOnly": "npm run build",

@@ -29,7 +29,8 @@ "lint": "eslint --cache --ext .js,.jsx ./"

},
"devDependencies": {<%- typeof adaptor !== 'undefined' && adaptor ? '\n "@alifd/adaptor-generate": "^0.1.3",' : '' %>
"ice-plugin-component": "^0.1.1",
"ice-plugin-moment-locales": "^0.1.0",
"ice-plugin-fusion": "0.1.13-0",
"ice-scripts": "^2.0.0",
"devDependencies": {
"@alib/build-scripts": "^0.1.3",<%- typeof adaptor !== 'undefined' && adaptor ? '\n "@alifd/adaptor-generate": "^0.1.3",' : '' %>
"build-plugin-component": "^0.2.0",
"build-plugin-fusion": "^0.1.0",<%- typeof adaptor !== 'undefined' && adaptor ? '\n "build-plugin-fusion-cool": "^0.1.0",' : '' %>
"build-plugin-moment-locales": "^0.1.0",
"build-plugin-modular-import": "^0.1.0",
"react": "^16.3.0",

@@ -36,0 +37,0 @@ "react-dom": "^16.3.0",

module.exports = {
injectBabel: 'runtime',
publicPath: './',
plugins: [
['ice-plugin-fusion', {
themePackage: '@alife/theme-97',
nextLibDir: 'lib',
style: false,
}],
['ice-plugin-modular-import', [
{
'libraryName': '@ali/deep',
'libraryDirectory': 'lib',
'camel2DashComponentName': true,
'style': false,
},
]],
'ice-plugin-component',
['ice-plugin-moment-locales', {
locales: ['zh-cn'],
}],
],
};

Sorry, the diff of this file is not supported yet