|
1 | 1 | { |
2 | 2 | "name": "@codesandbox/components", |
3 | | - "version": "0.0.3", |
4 | | - "main": "lib/index", |
5 | | - "source": true, |
6 | | - "contributors": [ |
7 | | - "Sara Vieira <sara@codesandbox.io> (https://iamsaravieira.com)", |
8 | | - "Siddharth Kshetrapal <sid@codesandbox.io> (https://sid.st)" |
9 | | - ], |
10 | | - "license": "MIT", |
| 3 | + "version": "0.0.1", |
11 | 4 | "repository": { |
12 | 5 | "type": "git", |
13 | 6 | "url": "https://github.com/codesandbox/codesandbox-client", |
14 | 7 | "directory": "packages/components" |
15 | 8 | }, |
16 | | - "bugs": { |
17 | | - "url": "https://github.com/codesandbox/codesandbox-client/issues" |
18 | | - }, |
19 | | - "homepage": "https://github.com/codesandbox/codesandbox-client#readme", |
20 | 9 | "files": [ |
21 | 10 | "lib" |
22 | 11 | ], |
| 12 | + "main": "lib/index", |
| 13 | + "source": true, |
23 | 14 | "scripts": { |
24 | 15 | "build": "yarn build:lib", |
25 | 16 | "build:dev": "yarn build", |
26 | | - "build:lib": "yarn clean && tsc", |
| 17 | + "build:lib": "yarn clean && yarn tsc", |
27 | 18 | "build:storybook": "build-storybook -c .storybook -o public", |
28 | | - "chromatic": "if-env CIRCLE_BRANCH=master && yarn chromatic:master || yarn chromatic:branch", |
29 | | - "chromatic:base": "CHROMATIC_APP_CODE=nffds42ndde chromatic --build-script-name=build:storybook --exit-zero-on-changes", |
30 | | - "chromatic:branch": "yarn chromatic:base", |
31 | | - "chromatic:master": "yarn chromatic:base --auto-accept-changes", |
32 | | - "clean": "rimraf lib && rimraf node_modules/@types/react && rimraf node_modules/@types/react-native", |
| 19 | + "clean": "rimraf lib && yarn rimraf node_modules/@types/react && yarn rimraf node_modules/@types/react-native", |
33 | 20 | "lint": "eslint --ext .js,.ts,.tsx src", |
34 | | - "prepublish": "yarn build", |
35 | | - "start": "tsc --watch", |
| 21 | + "start": "yarn tsc --watch", |
36 | 22 | "start:storybook": "start-storybook", |
37 | | - "typecheck": "tsc --noEmit --pretty" |
| 23 | + "typecheck": "tsc --noEmit --pretty", |
| 24 | + "chromatic": "if-env CIRCLE_BRANCH=master && yarn chromatic:master || yarn chromatic:branch", |
| 25 | + "chromatic:master": "CHROMATIC_APP_CODE=nffds42ndde ./node_modules/.bin/chromatic --build-script-name=build:storybook --exit-zero-on-changes --auto-accept-changes", |
| 26 | + "chromatic:branch": "CHROMATIC_APP_CODE=nffds42ndde ./node_modules/.bin/chromatic --build-script-name=build:storybook --exit-zero-on-changes", |
| 27 | + "prepublish": "yarn build" |
38 | 28 | }, |
39 | 29 | "dependencies": { |
40 | | - "@reach/auto-id": "^0.10.1", |
41 | | - "@reach/menu-button": "^0.10.1", |
42 | | - "@reach/tooltip": "^0.10.1", |
43 | | - "@reach/visually-hidden": "^0.10.1", |
44 | | - "@styled-system/css": "^5.1.5", |
45 | | - "color": "^3.1.2", |
| 30 | + "@codesandbox/template-icons": "^1.1.0", |
| 31 | + "@reach/auto-id": "^0.7.1", |
| 32 | + "@reach/menu-button": "^0.8.5", |
| 33 | + "@reach/tooltip": "^0.8.6", |
| 34 | + "@reach/visually-hidden": "^0.7.0", |
| 35 | + "@styled-system/css": "^5.1.4", |
| 36 | + "codesandbox-api": "0.0.24", |
| 37 | + "color": "3.1.2", |
| 38 | + "date-fns": "^2.8.1", |
46 | 39 | "deepmerge": "^4.2.2", |
47 | 40 | "dot-object": "^2.1.3", |
| 41 | + "react-router-dom": "^5.1.2", |
48 | 42 | "react-tagsinput": "^3.19.0", |
49 | | - "styled-components": "^4.4.1" |
| 43 | + "styled-components": "^4.4.1", |
| 44 | + "typeface-inter": "^3.11.2" |
50 | 45 | }, |
51 | 46 | "devDependencies": { |
52 | 47 | "@storybook/addon-a11y": "^5.3.18", |
53 | 48 | "@storybook/addon-actions": "^5.3.18", |
54 | 49 | "@storybook/addon-knobs": "^5.3.18", |
55 | 50 | "@storybook/addon-storysource": "^5.3.18", |
56 | 51 | "@storybook/addon-viewport": "^5.3.18", |
| 52 | + "@storybook/csf": "^0.0.1", |
57 | 53 | "@storybook/react": "^5.3.18", |
58 | | - "@types/color": "^3.0.1", |
59 | | - "@types/dot-object": "^2.1.0", |
60 | | - "@types/react-tagsinput": "^3.19.7", |
61 | | - "@types/styled-components": "^4.4.3", |
| 54 | + "@types/color": "3.0.1", |
| 55 | + "@types/lodash": "^4.14.149", |
| 56 | + "@types/styled-components": "^4.4.1", |
62 | 57 | "babel-preset-react-app": "^9.1.2", |
63 | | - "chromatic": "^4.0.2", |
| 58 | + "cpx": "^1.5.0", |
64 | 59 | "if-env": "^1.0.4", |
65 | | - "rimraf": "^3.0.2", |
| 60 | + "np": "^5.2.1", |
| 61 | + "rimraf": "^3.0.0", |
66 | 62 | "storybook-addon-styled-component-theme": "^1.3.0", |
67 | | - "typescript": "^3.8.3" |
| 63 | + "storybook-chromatic": "^3.5.3", |
| 64 | + "typescript": "3.7.4" |
68 | 65 | }, |
69 | 66 | "peerDependencies": { |
70 | 67 | "react": "^16.9.0", |
71 | 68 | "react-dom": "^16.9.0" |
72 | | - }, |
73 | | - "engines": { |
74 | | - "node": ">=10.13.0", |
75 | | - "npm": ">=6", |
76 | | - "yarn": ">=1" |
77 | 69 | } |
78 | 70 | } |
0 commit comments