|
1 | | -{ |
2 | | - "name": "react-spaces", |
3 | | - "version": "0.2.0-beta.2", |
4 | | - "main": "dist/index.js", |
5 | | - "module": "dist/es/index.js", |
6 | | - "types": "dist/index.d.ts", |
7 | | - "files": [ |
8 | | - "dist/**/*.*" |
9 | | - ], |
10 | | - "repository": "github:aeagle/react-spaces", |
11 | | - "author": { |
12 | | - "name": "Allan Eagle", |
13 | | - "url": "https://www.allaneagle.com" |
14 | | - }, |
15 | | - "bugs": "https://github.com/aeagle/react-spaces/issues", |
16 | | - "homepage": "https://www.allaneagle.com/projects/react-spaces", |
17 | | - "keywords": [ |
18 | | - "react", |
19 | | - "reactjs", |
20 | | - "reactjs components", |
21 | | - "component library", |
22 | | - "components", |
23 | | - "web", |
24 | | - "web ui", |
25 | | - "javascript library" |
26 | | - ], |
27 | | - "license": "MIT", |
28 | | - "description": "An easy to understand and nestable layout system, React Spaces allow you to divide a page or container into anchored, scrollable and resizable spaces enabling you to build desktop type user interfaces in the browser.", |
29 | | - "dependencies": { |
30 | | - "css-element-queries": "^1.2.1" |
31 | | - }, |
32 | | - "devDependencies": { |
33 | | - "@babel/core": "^7.5.5", |
34 | | - "@storybook/addon-actions": "^6.0.5", |
35 | | - "@storybook/addon-docs": "^6.0.5", |
36 | | - "@storybook/addon-knobs": "^6.0.5", |
37 | | - "@storybook/addon-links": "^6.0.5", |
38 | | - "@storybook/addons": "^6.0.5", |
39 | | - "@storybook/react": "^6.0.5", |
40 | | - "@testing-library/jest-dom": "^5.5.0", |
41 | | - "@testing-library/react": "^10.0.3", |
42 | | - "@types/jest": "^24.0.15", |
43 | | - "@types/node": "^12.6.8", |
44 | | - "@types/prop-types": "^15.7.3", |
45 | | - "@types/react": "^16.8.23", |
46 | | - "@types/react-dom": "^16.8.4", |
47 | | - "acorn": "^7.1.1", |
48 | | - "awesome-typescript-loader": "^5.2.1", |
49 | | - "babel-loader": "^8.0.6", |
50 | | - "babel-plugin-external-helpers": "^6.22.0", |
51 | | - "cssstyle": "^2.3.0", |
52 | | - "jest": "^25.4.0", |
53 | | - "jest-expect-message": "^1.0.2", |
54 | | - "node-sass": "^4.14.1", |
55 | | - "prettier": "^1.19.1", |
56 | | - "react": "^16.13.1", |
57 | | - "react-docgen-typescript-loader": "^3.7.0", |
58 | | - "react-dom": "^16.13.1", |
59 | | - "rollup": "^1.19.4", |
60 | | - "rollup-plugin-babel": "^4.3.3", |
61 | | - "rollup-plugin-commonjs": "^10.0.2", |
62 | | - "rollup-plugin-node-resolve": "^5.2.0", |
63 | | - "rollup-plugin-postcss": "^2.0.3", |
64 | | - "rollup-plugin-replace": "^2.2.0", |
65 | | - "rollup-plugin-sourcemaps": "^0.4.2", |
66 | | - "rollup-plugin-typescript2": "^0.22.1", |
67 | | - "rollup-plugin-uglify": "^6.0.4", |
68 | | - "rollup-watch": "^4.3.1", |
69 | | - "sass-loader": "^8.0.2", |
70 | | - "ts-jest": "^25.4.0", |
71 | | - "ts-loader": "^6.2.1", |
72 | | - "tslib": "^1.10.0", |
73 | | - "typescript": "^3.5.3" |
74 | | - }, |
75 | | - "resolutions": { |
76 | | - "cssstyle": "2.3.0" |
77 | | - }, |
78 | | - "peerDependencies": { |
79 | | - "react": "^16.8.0", |
80 | | - "react-dom": "^16.8.0", |
81 | | - "prop-types": "^15.7.2" |
82 | | - }, |
83 | | - "scripts": { |
84 | | - "preinstall": "npx npm-force-resolutions", |
85 | | - "start": "rollup -c -w", |
86 | | - "build": "npm run build:prod", |
87 | | - "build:prod": "rollup -c", |
88 | | - "publish:beta": "npm publish --tag beta", |
89 | | - "storybook": "start-storybook -p 6006", |
90 | | - "build-storybook": "build-storybook", |
91 | | - "test": "jest" |
92 | | - }, |
93 | | - "eslintConfig": { |
94 | | - "extends": "react-app" |
95 | | - }, |
96 | | - "browserslist": { |
97 | | - "production": [ |
98 | | - ">0.2%", |
99 | | - "not dead", |
100 | | - "not op_mini all" |
101 | | - ], |
102 | | - "development": [ |
103 | | - "last 1 chrome version", |
104 | | - "last 1 firefox version", |
105 | | - "last 1 safari version" |
106 | | - ] |
107 | | - } |
108 | | -} |
| 1 | +{ |
| 2 | + "name": "react-spaces", |
| 3 | + "version": "0.2.0-beta.2", |
| 4 | + "main": "dist/index.js", |
| 5 | + "module": "dist/es/index.js", |
| 6 | + "types": "dist/index.d.ts", |
| 7 | + "files": [ |
| 8 | + "dist/**/*.*" |
| 9 | + ], |
| 10 | + "repository": "github:aeagle/react-spaces", |
| 11 | + "author": { |
| 12 | + "name": "Allan Eagle", |
| 13 | + "url": "https://www.allaneagle.com" |
| 14 | + }, |
| 15 | + "bugs": "https://github.com/aeagle/react-spaces/issues", |
| 16 | + "homepage": "https://www.allaneagle.com/projects/react-spaces", |
| 17 | + "keywords": [ |
| 18 | + "react", |
| 19 | + "reactjs", |
| 20 | + "reactjs components", |
| 21 | + "component library", |
| 22 | + "components", |
| 23 | + "web", |
| 24 | + "web ui", |
| 25 | + "javascript library" |
| 26 | + ], |
| 27 | + "license": "MIT", |
| 28 | + "description": "An easy to understand and nestable layout system, React Spaces allow you to divide a page or container into anchored, scrollable and resizable spaces enabling you to build desktop type user interfaces in the browser.", |
| 29 | + "dependencies": { |
| 30 | + "css-element-queries": "^1.2.1" |
| 31 | + }, |
| 32 | + "devDependencies": { |
| 33 | + "@babel/core": "^7.5.5", |
| 34 | + "@storybook/addon-actions": "^6.0.5", |
| 35 | + "@storybook/addon-docs": "^6.0.5", |
| 36 | + "@storybook/addon-knobs": "^6.0.5", |
| 37 | + "@storybook/addon-links": "^6.0.5", |
| 38 | + "@storybook/addons": "^6.0.5", |
| 39 | + "@storybook/react": "^6.0.5", |
| 40 | + "@testing-library/jest-dom": "^5.5.0", |
| 41 | + "@testing-library/react": "^10.0.3", |
| 42 | + "@types/jest": "^24.0.15", |
| 43 | + "@types/node": "^12.6.8", |
| 44 | + "@types/prop-types": "^15.7.3", |
| 45 | + "@types/react": "^16.8.23", |
| 46 | + "@types/react-dom": "^16.8.4", |
| 47 | + "acorn": "^7.1.1", |
| 48 | + "awesome-typescript-loader": "^5.2.1", |
| 49 | + "babel-loader": "^8.0.6", |
| 50 | + "babel-plugin-external-helpers": "^6.22.0", |
| 51 | + "cssstyle": "^2.3.0", |
| 52 | + "jest": "^25.4.0", |
| 53 | + "jest-expect-message": "^1.0.2", |
| 54 | + "node-sass": "^4.14.1", |
| 55 | + "prettier": "^1.19.1", |
| 56 | + "react": "^16.13.1", |
| 57 | + "react-docgen-typescript-loader": "^3.7.0", |
| 58 | + "react-dom": "^16.13.1", |
| 59 | + "rollup": "^1.19.4", |
| 60 | + "rollup-plugin-babel": "^4.3.3", |
| 61 | + "rollup-plugin-commonjs": "^10.0.2", |
| 62 | + "rollup-plugin-node-resolve": "^5.2.0", |
| 63 | + "rollup-plugin-postcss": "^2.0.3", |
| 64 | + "rollup-plugin-replace": "^2.2.0", |
| 65 | + "rollup-plugin-sourcemaps": "^0.4.2", |
| 66 | + "rollup-plugin-typescript2": "^0.22.1", |
| 67 | + "rollup-plugin-uglify": "^6.0.4", |
| 68 | + "rollup-watch": "^4.3.1", |
| 69 | + "sass-loader": "^8.0.2", |
| 70 | + "ts-jest": "^25.4.0", |
| 71 | + "ts-loader": "^6.2.1", |
| 72 | + "tslib": "^1.10.0", |
| 73 | + "typescript": "^3.5.3" |
| 74 | + }, |
| 75 | + "resolutions": { |
| 76 | + "cssstyle": "2.3.0" |
| 77 | + }, |
| 78 | + "peerDependencies": { |
| 79 | + "react": "^16.8.0", |
| 80 | + "react-dom": "^16.8.0", |
| 81 | + "prop-types": "^15.7.2" |
| 82 | + }, |
| 83 | + "scripts": { |
| 84 | + "preinstall": "npx npm-force-resolutions", |
| 85 | + "start": "rollup -c -w", |
| 86 | + "build": "npm run build:prod", |
| 87 | + "build:prod": "rollup -c", |
| 88 | + "publish:beta": "npm publish --tag beta", |
| 89 | + "storybook": "start-storybook -p 6006", |
| 90 | + "build-storybook": "build-storybook", |
| 91 | + "test": "jest" |
| 92 | + }, |
| 93 | + "eslintConfig": { |
| 94 | + "extends": "react-app" |
| 95 | + }, |
| 96 | + "browserslist": { |
| 97 | + "production": [ |
| 98 | + ">0.2%", |
| 99 | + "not dead", |
| 100 | + "not op_mini all" |
| 101 | + ], |
| 102 | + "development": [ |
| 103 | + "last 1 chrome version", |
| 104 | + "last 1 firefox version", |
| 105 | + "last 1 safari version" |
| 106 | + ] |
| 107 | + } |
| 108 | +} |
0 commit comments