admin 管理员组

文章数量: 1086019


2024年3月13日发(作者:input输入框添加搜索小图标)

"file-loader": "^1.1.6",

"glob": "^7.1.3",

"husky": "^1.1.3",

"i18n-webpack-plugin": "^1.0.0",

"istanbul": "^0.4.5",

"jade": "^1.11.0",

"jade-loader": "~0.8.0",

"jest": "24.0.0-alpha.1",

"jest-junit": "^5.2.0",

"json-loader": "^0.5.7",

"json-schema-to-typescript": "^6.0.1",

"less": "^2.5.1",

"less-loader": "^4.0.3",

"lint-staged": "^8.0.4",

"lodash": "^4.17.4",

"prettier": "^1.14.3",

"pug": "^2.0.3",

"pug-loader": "^2.4.0",

"raw-loader": "~0.5.0",

"react": "^15.2.1",

"react-dom": "^15.2.1",

"rimraf": "^2.6.2",

"script-loader": "~0.7.0",

"simple-git": "^1.65.0",

"style-loader": "^0.19.1",

"typescript": "^3.0.0-rc",

"url-loader": "^0.6.2",

"val-loader": "^1.0.2",

"vm-browserify": "~0.0.0",

"wast-loader": "^1.5.5",

"webpack-dev-middleware": "^1.9.0",

"worker-loader": "^1.1.1",

"xxhashjs": "^0.2.1"

},

"engines": {

"node": ">=6.11.5"

},

"repository": {

"type": "git",

"url": "/webpack/"

},

"homepage": "/webpack/webpack",

"main": "lib/",

"web": "lib/",

"bin": "./bin/",

"files": [

"lib/",

"bin/",

"buildin/",

"declarations/",

"hot/",

"web_modules/",

"schemas/",

""

],

"scripts": {

"setup": "node ./setup/",

"test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest",

"test:update-snapshots": "yarn jest -u",

"test:integration": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch "/test/*."",

"test:basic": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch "/test/{TestCasesNormal,StatsTestCases,ConfigTestCases}."",

"test:unit": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch "/test/*."",

"travis:integration": "yarn cover:init && yarn cover:integration --ci $JEST",

"travis:basic": "yarn test:basic --ci $JEST",

"travis:lint-unit": "yarn lint && yarn cover:init && yarn cover:unit --ci $JEST",

"travis:benchmark": "yarn benchmark --ci",

"appveyor:integration": "yarn cover:init && yarn cover:integration --ci %JEST%",

"appveyor:unit": "yarn cover:init && yarn cover:unit --ci %JEST%",

"appveyor:benchmark": "yarn benchmark --ci",

"build:examples": "cd examples && node ",

"pretest": "yarn lint",

"prelint": "yarn setup",

"lint": "yarn code-lint && yarn schema-lint && yarn type-lint && yarn special-lint",

"code-lint": "eslint --cache "{setup,lib,bin,hot,buildin,benchmark,tooling,schemas}/**/*.js" "test/*.js" "test/{configCases,watchCases,statsCases,hotCases}/**/" "examples/**/"",

"type-lint": "tsc --pretty",

"special-lint": "node tooling/inherit-types && node tooling/format-schemas && node tooling/compile-to-definitions",

"special-lint-fix": "node tooling/inherit-types --write --override && node tooling/format-schemas --write && node tooling/compile-to-definitions --write",

"fix": "yarn code-lint --fix && yarn special-lint-fix",

"pretty": "prettier --loglevel warn --write "*.{ts,js,json,yml,yaml}" "{setup,lib,bin,hot,buildin,benchmark,tooling,schemas}/**/*.{js,json}" "test/*.js" "test/{configCases,watchCases,statsCases,hotCases}/**/" "examples/**/we

"schema-lint": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch "/test/*." --no-verbose",

"benchmark": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch "/test/*." --runInBand",

"cover": "yarn cover:init && yarn cover:all && yarn cover:report",

"cover:init": "rimraf coverage",

"cover:all": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage",

"cover:integration": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch "/test/*." --coverage",

"cover:unit": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch "/test/*." --coverage",

"cover:report": "istanbul report"

},

"husky": {

"hooks": {

"pre-commit": "lint-staged"

}

},

"lint-staged": {

"*.js|{lib,setup,bin,hot,buildin,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/}": [

"eslint --cache"

]

},

"jest": {

"forceExit": true,

"setupFilesAfterEnv": [

"/test/"

],

"testMatch": [

"/test/*.",

"/test/*."

],

"watchPathIgnorePatterns": [

"/.git",

"/node_modules",

"/test/js",

"/test/browsertest/js",

"/test/fixtures/temp-cache-fixture",

"/test/fixtures/temp-",

"/benchmark",

"/examples/*/dist",

"/coverage",

"/.eslintcache"

],

"modulePathIgnorePatterns": [

"/.git",

"/node_modules/webpack/node_modules",

"/test/js",


本文标签: 输入框 添加 作者