mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Merge pull request #6101 from storybooks/tech/sorting-package-json
Tech/sorting package json
This commit is contained in:
commit
fa04c38bc1
@ -35,11 +35,11 @@
|
||||
"react-inspector": "^2.3.1",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.121",
|
||||
"@types/uuid": "^3.4.4"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@storybook/addon-ondevice-backgrounds",
|
||||
"private": true,
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"description": "A storybook addon to show different backgrounds for your preview",
|
||||
"keywords": [
|
||||
"addon",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@storybook/addon-ondevice-knobs",
|
||||
"private": true,
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"description": "Display storybook story knobs on your deviced.",
|
||||
"keywords": [
|
||||
"addon",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@storybook/addon-ondevice-notes",
|
||||
"private": true,
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"description": "Write notes for your Storybook stories.",
|
||||
"keywords": [
|
||||
"addon",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@storybook/react-native",
|
||||
"private": true,
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"description": "A better way to develop React Native Components for your app",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"name": "react-scripts"
|
||||
"name": "react-scripts",
|
||||
"version": "2.0.0"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "2.1.0",
|
||||
"name": "react-scripts"
|
||||
"name": "react-scripts",
|
||||
"version": "2.1.0"
|
||||
}
|
||||
|
@ -4,11 +4,11 @@
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build": "ng build",
|
||||
"build-storybook": "npm run storybook:prebuild && build-storybook -s src/assets",
|
||||
"e2e": "ng e2e",
|
||||
"ng": "ng",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"start": "ng serve",
|
||||
"storybook": "npm run storybook:prebuild && start-storybook -p 9008 -s src/assets",
|
||||
"storybook:prebuild": "npm run test:generate-output",
|
||||
|
@ -3,10 +3,10 @@
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build": "react-scripts build",
|
||||
"build-storybook": "build-storybook -s public",
|
||||
"eject": "react-scripts eject",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"start": "react-scripts start",
|
||||
"storybook": "start-storybook -p 9010 -s public",
|
||||
"test": "react-scripts test --env=jsdom"
|
||||
|
@ -3,9 +3,9 @@
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build-storybook": "build-storybook -s public",
|
||||
"lint": "tslint src/**/*.ts{,x}",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"storybook": "start-storybook -p 9010 -s public",
|
||||
"test": "react-scripts test --env=jsdom"
|
||||
},
|
||||
|
@ -3,10 +3,10 @@
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build": "ember build",
|
||||
"build-storybook": "yarn build && cp -r public/* dist && build-storybook -s dist",
|
||||
"dev": "ember serve",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"storybook": "yarn build && start-storybook -p 9009 -s dist",
|
||||
"storybook:dev": "yarn dev & start-storybook -p 9009 -s dist"
|
||||
},
|
||||
|
@ -8,9 +8,9 @@
|
||||
"author": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build-storybook": "build-storybook",
|
||||
"generate-addon-jest-testresults": "jest --config=tests/addon-jest.config.json --json --outputFile=stories/addon-jest.testresults.json",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"storybook": "start-storybook -p 9006"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -10,9 +10,9 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build": "NODE_ENV=production marko-starter build",
|
||||
"build-storybook": "build-storybook",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"prettier": "prettier src/**/*.{js,css,less} *.js --write",
|
||||
"serve-static": "NODE_ENV=production marko-starter serve-static",
|
||||
"start": "marko-starter server",
|
||||
|
@ -3,8 +3,8 @@
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build-storybook": "build-storybook",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"storybook": "start-storybook -p 9007"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -3,13 +3,13 @@
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build-storybook": "build-storybook -c ./ -s built-storybooks",
|
||||
"chromatic": "chromatic test --storybook-addon --exit-zero-on-changes --app-code ab7m45tp9p",
|
||||
"do-image-snapshots": "../../node_modules/.bin/jest --projects=./image-snapshots",
|
||||
"generate-addon-jest-testresults": "jest --config=tests/addon-jest.config.json --json --outputFile=stories/addon-jest.testresults.json",
|
||||
"graphql": "node ./graphql-server/index.js",
|
||||
"image-snapshots": "yarn run build-storybook && yarn run do-image-snapshots",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"storybook": "cross-env STORYBOOK_DISPLAY_WARNING=true DISPLAY_WARNING=true start-storybook -p 9011 -c ./ -s built-storybooks --no-dll"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -3,8 +3,8 @@
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build-storybook": "build-storybook",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"start": "webpack-dev-server",
|
||||
"storybook": "start-storybook -p 9001 -c .storybook"
|
||||
},
|
||||
|
@ -3,10 +3,10 @@
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
|
||||
"build-storybook": "build-storybook -s public",
|
||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"storybook": "start-storybook -p 9009 -s public"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -3,10 +3,10 @@
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
|
||||
"build-storybook": "build-storybook -s public",
|
||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"storybook": "start-storybook -p 9009 -s public"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -3,8 +3,8 @@
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build-storybook": "build-storybook -s public",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"storybook": "start-storybook -p 9009 -s public"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -3,10 +3,10 @@
|
||||
"version": "5.1.0-alpha.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
|
||||
"build-storybook": "build-storybook -s public",
|
||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"storybook": "start-storybook -p 9009 -s public"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -20,10 +20,10 @@
|
||||
"scripts": {
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^2.6.5"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "angular-cli-v6",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "ng build",
|
||||
"e2e": "ng e2e",
|
||||
"lint": "ng lint",
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
"test": "ng test"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^6.1.0",
|
||||
"@angular/common": "^6.1.0",
|
||||
|
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "angular-cli-v7",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "ng build",
|
||||
"e2e": "ng e2e",
|
||||
"lint": "ng lint",
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
"test": "ng test"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "~7.0.0",
|
||||
"@angular/common": "~7.0.0",
|
||||
@ -29,9 +29,9 @@
|
||||
"@angular/cli": "~7.0.2",
|
||||
"@angular/compiler-cli": "~7.0.0",
|
||||
"@angular/language-service": "~7.0.0",
|
||||
"@types/node": "~8.9.4",
|
||||
"@types/jasmine": "~2.8.8",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
"@types/node": "~8.9.4",
|
||||
"codelyzer": "~4.3.0",
|
||||
"jasmine-core": "~2.99.1",
|
||||
"jasmine-spec-reporter": "~4.2.1",
|
||||
|
@ -4,16 +4,16 @@
|
||||
"license": "MIT",
|
||||
"main": "stories/index.stories.js",
|
||||
"scripts": {
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook"
|
||||
"build-storybook": "build-storybook",
|
||||
"storybook": "start-storybook -p 6006"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^16.8.3",
|
||||
"react-dom": "^16.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-optional-chaining": "7.0.0",
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.0.0",
|
||||
"babel-loader": "^8.0.5"
|
||||
}
|
||||
}
|
||||
|
@ -4,16 +4,16 @@
|
||||
"license": "MIT",
|
||||
"main": "stories/index.stories.js",
|
||||
"scripts": {
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook"
|
||||
"build-storybook": "build-storybook",
|
||||
"storybook": "start-storybook -p 6006"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^16.8.3",
|
||||
"react-dom": "^16.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-optional-chaining": "7.0.0",
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.0.0",
|
||||
"babel-loader": "^8.0.5"
|
||||
}
|
||||
}
|
||||
|
@ -4,19 +4,21 @@
|
||||
"license": "MIT",
|
||||
"main": "stories/index.stories.js",
|
||||
"scripts": {
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook"
|
||||
"build-storybook": "build-storybook",
|
||||
"storybook": "start-storybook -p 6006"
|
||||
},
|
||||
"babel": {
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-optional-chaining"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^16.8.3",
|
||||
"react-dom": "^16.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-optional-chaining": "7.0.0",
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.0.0",
|
||||
"babel-loader": "^8.0.5"
|
||||
},
|
||||
"babel": {
|
||||
"plugins": ["@babel/plugin-proposal-optional-chaining"]
|
||||
}
|
||||
}
|
||||
|
@ -4,16 +4,16 @@
|
||||
"license": "MIT",
|
||||
"main": "stories/index.stories.js",
|
||||
"scripts": {
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook"
|
||||
"build-storybook": "build-storybook",
|
||||
"storybook": "start-storybook -p 6006"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^16.8.3",
|
||||
"react-dom": "^16.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-optional-chaining": "7.0.0",
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.0.0",
|
||||
"babel-loader": "^8.0.5"
|
||||
}
|
||||
}
|
||||
|
@ -4,16 +4,16 @@
|
||||
"license": "MIT",
|
||||
"main": "stories/index.stories.js",
|
||||
"scripts": {
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook"
|
||||
"build-storybook": "build-storybook",
|
||||
"storybook": "start-storybook -p 6006"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^16.8.3",
|
||||
"react-dom": "^16.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-optional-chaining": "7.0.0",
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.0.0",
|
||||
"babel-loader": "^8.0.5"
|
||||
}
|
||||
}
|
||||
|
@ -2,21 +2,21 @@
|
||||
"name": "react-scripts-v2-fixture",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"react": "^16.8.3",
|
||||
"react-dom": "^16.8.3",
|
||||
"react-scripts": "2.1.5"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"eject": "react-scripts eject",
|
||||
"start": "react-scripts start",
|
||||
"test": "react-scripts test"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not ie <= 11",
|
||||
"not op_mini all"
|
||||
]
|
||||
],
|
||||
"dependencies": {
|
||||
"react": "^16.8.3",
|
||||
"react-dom": "^16.8.3",
|
||||
"react-scripts": "2.1.5"
|
||||
}
|
||||
}
|
||||
|
@ -2,21 +2,21 @@
|
||||
"name": "react-scripts-v2-forked-fixture",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"react": "^16.8.3",
|
||||
"react-dom": "^16.8.3",
|
||||
"forked-react-scripts": "npm:react-scripts@2.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"eject": "react-scripts eject",
|
||||
"start": "react-scripts start",
|
||||
"test": "react-scripts test"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not ie <= 11",
|
||||
"not op_mini all"
|
||||
]
|
||||
],
|
||||
"dependencies": {
|
||||
"forked-react-scripts": "npm:react-scripts@2.1.1",
|
||||
"react": "^16.8.3",
|
||||
"react-dom": "^16.8.3"
|
||||
}
|
||||
}
|
||||
|
10
lib/cli/test/fixtures/react_static/package.json
vendored
10
lib/cli/test/fixtures/react_static/package.json
vendored
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "react-static-fixture",
|
||||
"version": "1.0.1",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "react-static start",
|
||||
"stage": "react-static build --staging",
|
||||
"build": "react-static build",
|
||||
"serve": "serve dist -p 3000"
|
||||
"serve": "serve dist -p 3000",
|
||||
"stage": "react-static build --staging",
|
||||
"start": "react-static start"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.18.0",
|
||||
@ -17,7 +17,7 @@
|
||||
"react-static": "^5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core":"^6.26.3",
|
||||
"babel-core": "^6.26.3",
|
||||
"eslint-config-react-tools": "1.x.x",
|
||||
"serve": "^6.1.0"
|
||||
}
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "react-static-next-fixture",
|
||||
"version": "1.0.1",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "react-static start",
|
||||
"stage": "react-static build --staging",
|
||||
"build": "react-static build",
|
||||
"serve": "serve dist -p 3000"
|
||||
"serve": "serve dist -p 3000",
|
||||
"stage": "react-static build --staging",
|
||||
"start": "react-static start"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.18.0",
|
||||
|
16
lib/cli/test/fixtures/riot/package.json
vendored
16
lib/cli/test/fixtures/riot/package.json
vendored
@ -12,16 +12,16 @@
|
||||
"riot": "^3.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-loader": "^8.0.5",
|
||||
"cross-env": "^5.2.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"css-loader": "^2.1.0",
|
||||
"raw-loader": "^1.0.0",
|
||||
"riot-hot-reload": "^1.0.0",
|
||||
"riot-compiler": "^3.6.0",
|
||||
"webpack": "^4.29.6",
|
||||
"webpack-cli": "^3.2.3",
|
||||
"webpack-bundle-analyzer": "^3.1.0",
|
||||
"packer-webpack-plugin": "^0.0.5",
|
||||
"babel-loader": "^8.0.5"
|
||||
"raw-loader": "^1.0.0",
|
||||
"riot-compiler": "^3.6.0",
|
||||
"riot-hot-reload": "^1.0.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"webpack": "^4.29.6",
|
||||
"webpack-bundle-analyzer": "^3.1.0",
|
||||
"webpack-cli": "^3.2.3"
|
||||
}
|
||||
}
|
||||
|
12
lib/cli/test/fixtures/sfc_vue/package.json
vendored
12
lib/cli/test/fixtures/sfc_vue/package.json
vendored
@ -9,6 +9,11 @@
|
||||
"dev": "node build/dev-server.js",
|
||||
"start": "node build/dev-server.js"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
"not ie <= 8"
|
||||
],
|
||||
"dependencies": {
|
||||
"vue": "^2.6.8"
|
||||
},
|
||||
@ -52,10 +57,5 @@
|
||||
"engines": {
|
||||
"node": ">= 4.0.0",
|
||||
"npm": ">= 3.0.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
"not ie <= 8"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -11,8 +11,8 @@
|
||||
"react-dom": "^16.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-external-helpers": "7.2.0",
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/plugin-external-helpers": "7.2.0",
|
||||
"@babel/preset-react": "7.0.0",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-loader": "^8.0.5",
|
||||
|
52
package.json
52
package.json
@ -35,16 +35,43 @@
|
||||
"lint:ci": "yarn lint:js --format ./node_modules/eslint-teamcity/index.js . && yarn lint:ts **/*.ts && yarn lint:md .",
|
||||
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json,.html --report-unused-disable-directives",
|
||||
"lint:md": "remark -q",
|
||||
"lint:package": "sort-package-json",
|
||||
"lint:ts": "tslint -p . -c tslint.json -t stylish",
|
||||
"publish:debug": "npm run publish:latest -- --npm-tag=debug --no-push",
|
||||
"publish:latest": "lerna publish --exact --concurrency 1 --force-publish",
|
||||
"publish:next": "npm run publish:latest -- --npm-tag=next",
|
||||
"publish:debug": "npm run publish:latest -- --npm-tag=debug --no-push",
|
||||
"repo-dirty-check": "node ./scripts/repo-dirty-check",
|
||||
"start": "yarn --cwd examples/official-storybook storybook",
|
||||
"test": "node ./scripts/test.js",
|
||||
"test-latest-cra": "yarn --prefix --cwd lib/cli run test-latest-cra",
|
||||
"test:cli": "npm --prefix lib/cli run test"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "yarn lint-staged"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"linters": {
|
||||
"*.js": [
|
||||
"yarn lint:js --fix",
|
||||
"git add"
|
||||
],
|
||||
"*.ts": [
|
||||
"yarn lint:ts --fix",
|
||||
"git add"
|
||||
],
|
||||
"*.json": [
|
||||
"yarn lint:js --fix",
|
||||
"git add"
|
||||
],
|
||||
"package.json": [
|
||||
"yarn lint:package",
|
||||
"git add"
|
||||
]
|
||||
}
|
||||
},
|
||||
"browserslist": "defaults",
|
||||
"dependencies": {
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"babel-plugin-add-react-displayname": "^0.0.5",
|
||||
@ -135,6 +162,7 @@
|
||||
"remark-preset-lint-recommended": "^3.0.2",
|
||||
"riot-jest-transformer": "^1.0.10",
|
||||
"shelljs": "^0.8.3",
|
||||
"sort-package-json": "^1.21.0",
|
||||
"svelte-jest": "^0.2.0",
|
||||
"ts-jest": "^23.10.5",
|
||||
"tslint": "~5.13.0",
|
||||
@ -142,11 +170,6 @@
|
||||
"tslint-plugin-prettier": "^2.0.1",
|
||||
"typescript": "^3.3.3333"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "yarn lint-staged"
|
||||
}
|
||||
},
|
||||
"resolutions": {
|
||||
"graphql": "^0.13.2"
|
||||
},
|
||||
@ -154,7 +177,6 @@
|
||||
"node": ">=8.6.0",
|
||||
"yarn": ">=1.3.2"
|
||||
},
|
||||
"browserslist": "defaults",
|
||||
"collective": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/storybook"
|
||||
@ -162,22 +184,6 @@
|
||||
"eslint-teamcity": {
|
||||
"reporter": "inspections"
|
||||
},
|
||||
"lint-staged": {
|
||||
"linters": {
|
||||
"*.js": [
|
||||
"yarn lint:js --fix",
|
||||
"git add"
|
||||
],
|
||||
"*.ts": [
|
||||
"yarn lint:ts --fix",
|
||||
"git add"
|
||||
],
|
||||
"*.json": [
|
||||
"yarn lint:js --fix",
|
||||
"git add"
|
||||
]
|
||||
}
|
||||
},
|
||||
"pr-log": {
|
||||
"skipLabels": [
|
||||
"cleanup",
|
||||
|
@ -20883,7 +20883,7 @@ sort-object-keys@^1.1.2:
|
||||
resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.2.tgz#d3a6c48dc2ac97e6bc94367696e03f6d09d37952"
|
||||
integrity sha1-06bEjcKsl+a8lDZ2luA/bQnTeVI=
|
||||
|
||||
sort-package-json@^1.15.0:
|
||||
sort-package-json@^1.15.0, sort-package-json@^1.21.0:
|
||||
version "1.21.0"
|
||||
resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-1.21.0.tgz#9501273da130693b4dd1ebe68882d1d289119546"
|
||||
integrity sha512-G920kGKROov3kS32jnmf03YolcGTkdONKbOv+Hi1Db7D9lBXhNU5aNMZCE0j/hfDqd/zmPVmpSiuhSOt3Lv+4A==
|
||||
|
Loading…
x
Reference in New Issue
Block a user