@alifd/deep-template
Advanced tools
| { | ||
| "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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7903
2.68%32
-41.82%1
Infinity%