@docos/react-ts-material-template
Advanced tools
| { | ||
| "name": "<%= npmName %>", | ||
| "version": "<%= version %>", | ||
| "description": "<%= description %>", | ||
| "files": [ | ||
| "demo/", | ||
| "es/", | ||
| "lib/", | ||
| "build/" | ||
| ], | ||
| "main": "lib/index.js", | ||
| "module": "es/index.js", | ||
| "stylePath": "style.js", | ||
| "scripts": { | ||
| "start": "build-scripts start", | ||
| "build": "build-scripts build", | ||
| "test": "build-scripts test", | ||
| "prepublishOnly": "npm run build", | ||
| "eslint": "eslint --cache --ext .js,.jsx ./", | ||
| "eslint:fix": "npm run eslint -- --fix", | ||
| "stylelint": "stylelint \"**/*.{css,scss,less}\"", | ||
| "lint": "npm run eslint && npm run stylelint" | ||
| }, | ||
| "keywords": [ | ||
| "ice", | ||
| "react", | ||
| "component" | ||
| ], | ||
| "dependencies": { | ||
| "prop-types": "^15.5.8" | ||
| }, | ||
| "devDependencies": { | ||
| "@alib/build-scripts": "^0.1.3",<%- typeof adaptor !== 'undefined' && adaptor ? '\n "@alifd/adaptor-generate": "^0.1.3",' : '' %> | ||
| "build-plugin-component": "^1.0.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", | ||
| "react": "^16.3.0", | ||
| "react-dom": "^16.3.0", | ||
| "enzyme": "^3.10.0", | ||
| "enzyme-adapter-react-16": "^1.14.0", | ||
| "@iceworks/spec": "^1.0.0", | ||
| "eslint": "^6.8.0", | ||
| "stylelint": "^13.7.2", | ||
| "@alifd/next": "1.x", | ||
| "@types/react": "^16.9.13", | ||
| "@types/react-dom": "^16.9.4" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": "^16.3.0", | ||
| "@alifd/next": "1.x" | ||
| }, | ||
| "componentConfig": { | ||
| "name": "<%= name %>", | ||
| "title": "<%= title %>", | ||
| "category": "<%= category %>" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "license": "MIT" | ||
| } |
+1
-1
| { | ||
| "name": "@docos/react-ts-material-template", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "description": "自定义物料源的初始模板", | ||
@@ -5,0 +5,0 @@ "scripts": { |
+2
-2
@@ -5,6 +5,6 @@ ## React 模板 | ||
| - React/Fusion/ts/ice-scripts | ||
| - React/TS | ||
| ### 维护者 | ||
| @ICE 团队 | ||
| @docos |
| { | ||
| "name": "demo", | ||
| "version": "1.0.0", | ||
| "description": "demo", | ||
| "author": "zhangtian <zhangtian0331@shizhuang-inc.com>", | ||
| "homepage": "", | ||
| "license": "ISC", | ||
| "main": "lib/demo.js", | ||
| "directories": { | ||
| "lib": "lib", | ||
| "test": "__tests__" | ||
| }, | ||
| "files": [ | ||
| "lib" | ||
| ], | ||
| "publishConfig": { | ||
| "registry": "http://npm.poizon.com/" | ||
| }, | ||
| "scripts": { | ||
| "test": "echo \"Error: run tests from root\" && exit 1" | ||
| } | ||
| } |
Mixed license
LicensePackage contains multiple licenses.
Found 1 instance in 1 package
2665
84.43%0
-100%