UNPKG

2.79 kBJSONView Raw
1{
2 "name": "310-react",
3 "version": "0.0.21",
4 "scripts": {
5 "build": "npm run clean && npm run compile",
6 "clean": "rimraf dist",
7 "compile": "tsc",
8 "major": "npm version major -m \"Major Release %s\"",
9 "minor": "npm version minor -m \"Minor Release %s\"",
10 "patch": "npm version patch -m \"Patch Release %s\"",
11 "pack": "copyfiles package.json CHANGELOG LICENSE README.md dist && copyfiles -u 1 src/index.d.ts dist",
12 "postversion": "npm run build && npm run pack && git add -A . && git tag -a %npm_package_version% -m \"Release %npm_package_version%\" & git push --follow-tags && git push --tags && npm run release",
13 "preversion": "npm test",
14 "release": "cd dist && yarn publish",
15 "start": "npm run storybook",
16 "storybook": "start-storybook -p 9009 -s public",
17 "build-storybook": "build-storybook -s public",
18 "test": "jest --passWithNoTests",
19 "watch": "tsc --watch"
20 },
21 "eslintConfig": {
22 "extends": "react-app"
23 },
24 "browserslist": [
25 ">0.2%",
26 "not dead",
27 "not ie <= 11",
28 "not op_mini all"
29 ],
30 "typings": "lib/index.d.ts",
31 "repository": {
32 "type": "git",
33 "url": "http://github.com/lucas-martinez/oceano"
34 },
35 "author": "Lucas Martinez <lucas.oromi@gmail.com>",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/lucas-martinez/oceano/issues"
39 },
40 "homepage": "https://github.com/lucas-martinez/oceano#readme",
41 "dependencies": {
42 "react": "^16.7.0",
43 "react-dom": "^16.7.0"
44 },
45 "devDependencies": {
46 "@babel/core": "^7.2.2",
47 "@storybook/addon-actions": "^4.1.11",
48 "@storybook/addon-links": "^4.1.11",
49 "@storybook/addon-storysource": "^4.1.11",
50 "@storybook/addons": "^4.1.11",
51 "@storybook/react": "^4.1.11",
52 "@types/jest": "23.3.13",
53 "@types/node": "10.12.21",
54 "@types/react": "16.8.1",
55 "@types/react-cache": "^2.0.0",
56 "@types/react-dom": "16.0.11",
57 "@types/storybook__addon-actions": "^3.4.1",
58 "@types/storybook__addon-links": "^3.3.3",
59 "@types/storybook__react": "^4.0.0",
60 "awesome-typescript-loader": "^5.2.1",
61 "babel-loader": "^8.0.5",
62 "babel-polyfill": "^6.26.0",
63 "copyfiles": "^2.1.0",
64 "jest": "^24.0.0",
65 "react": "^16.8.0-alpha.1",
66 "react-cache": "^2.0.0-alpha.1",
67 "react-dom": "^16.8.0-alpha.1",
68 "react-scripts": "2.1.3",
69 "rimraf": "^2.6.3",
70 "typescript": "^3.3.1"
71 },
72 "peerDependencies": {
73 "react": "^16.8.0-alpha.1",
74 "react-cache": "^2.0.0-alpha.1",
75 "react-dom": "^16.8.0-alpha.1"
76 }
77}