2022-02-27 04:41:30 +00:00
|
|
|
{
|
2022-03-21 23:40:14 +00:00
|
|
|
"name": "@quri/squiggle-components",
|
2022-05-04 22:59:58 +00:00
|
|
|
"version": "0.2.20",
|
2022-04-28 20:19:40 +00:00
|
|
|
"license": "MIT",
|
2022-04-25 16:55:15 +00:00
|
|
|
"dependencies": {
|
2022-04-30 16:04:03 +00:00
|
|
|
"@quri/squiggle-lang": "^0.2.8",
|
2022-04-29 18:46:44 +00:00
|
|
|
"@react-hook/size": "^2.1.2",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"react": "^18.1.0",
|
2022-04-30 16:52:13 +00:00
|
|
|
"react-ace": "^10.1.0",
|
2022-04-27 14:32:32 +00:00
|
|
|
"react-dom": "^18.1.0",
|
2022-05-20 14:41:18 +00:00
|
|
|
"react-use": "^17.4.0",
|
2022-05-06 14:37:03 +00:00
|
|
|
"react-vega": "^7.5.1",
|
2022-04-29 18:46:44 +00:00
|
|
|
"styled-components": "^5.3.5",
|
2022-04-28 20:19:40 +00:00
|
|
|
"vega": "^5.22.1",
|
|
|
|
"vega-embed": "^6.20.6",
|
2022-04-29 18:46:44 +00:00
|
|
|
"vega-lite": "^5.2.0"
|
2022-04-25 18:44:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-17 14:36:48 +00:00
|
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.17.12",
|
2022-05-20 14:40:51 +00:00
|
|
|
"@storybook/addon-actions": "^6.5.3",
|
2022-05-20 14:54:39 +00:00
|
|
|
"@storybook/addon-essentials": "^6.5.3",
|
2022-05-20 15:01:48 +00:00
|
|
|
"@storybook/addon-links": "^6.5.3",
|
2022-05-20 14:47:56 +00:00
|
|
|
"@storybook/builder-webpack5": "^6.5.3",
|
2022-05-20 15:11:06 +00:00
|
|
|
"@storybook/manager-webpack5": "^6.5.3",
|
2022-04-25 18:44:10 +00:00
|
|
|
"@storybook/node-logger": "^6.4.22",
|
|
|
|
"@storybook/preset-create-react-app": "^4.1.0",
|
2022-05-20 15:22:03 +00:00
|
|
|
"@storybook/react": "^6.5.3",
|
2022-04-08 14:48:06 +00:00
|
|
|
"@testing-library/jest-dom": "^5.16.4",
|
2022-05-04 14:40:32 +00:00
|
|
|
"@testing-library/react": "^13.2.0",
|
2022-05-12 14:40:06 +00:00
|
|
|
"@testing-library/user-event": "^14.2.0",
|
2022-05-04 14:41:05 +00:00
|
|
|
"@types/jest": "^27.5.0",
|
2022-04-19 14:40:08 +00:00
|
|
|
"@types/lodash": "^4.14.182",
|
2022-05-19 15:01:59 +00:00
|
|
|
"@types/node": "^17.0.35",
|
2022-05-09 14:33:42 +00:00
|
|
|
"@types/react": "^18.0.9",
|
2022-05-16 14:35:41 +00:00
|
|
|
"@types/react-dom": "^18.0.4",
|
2022-04-29 18:46:44 +00:00
|
|
|
"@types/styled-components": "^5.1.24",
|
|
|
|
"@types/webpack": "^5.28.0",
|
2022-02-27 04:41:30 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2022-04-30 16:52:13 +00:00
|
|
|
"react-scripts": "^5.0.1",
|
2022-04-29 18:46:44 +00:00
|
|
|
"style-loader": "^3.3.1",
|
2022-05-02 14:40:06 +00:00
|
|
|
"ts-loader": "^9.3.0",
|
2022-02-27 04:41:30 +00:00
|
|
|
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
2022-03-25 14:42:25 +00:00
|
|
|
"typescript": "^4.6.3",
|
2022-04-29 18:46:44 +00:00
|
|
|
"web-vitals": "^2.1.4",
|
2022-05-10 14:50:15 +00:00
|
|
|
"webpack": "^5.72.1",
|
2022-04-29 18:46:44 +00:00
|
|
|
"webpack-cli": "^4.9.2",
|
2022-05-05 14:45:33 +00:00
|
|
|
"webpack-dev-server": "^4.9.0"
|
2022-02-27 04:41:30 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-03-23 14:01:51 +00:00
|
|
|
"start": "cross-env REACT_APP_FAST_REFRESH=false && start-storybook -p 6006 -s public",
|
2022-04-04 06:58:05 +00:00
|
|
|
"build": "tsc -b && build-storybook -s public",
|
2022-03-24 23:27:17 +00:00
|
|
|
"bundle": "webpack",
|
2022-04-12 06:45:14 +00:00
|
|
|
"all": "yarn bundle && yarn build",
|
|
|
|
"lint": "prettier --check .",
|
2022-04-30 16:04:03 +00:00
|
|
|
"format": "prettier --write .",
|
|
|
|
"prepack": "yarn bundle && tsc -b"
|
2022-02-27 04:41:30 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
],
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"**/*.stories.*"
|
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"import/no-anonymous-default-export": "off"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
2022-03-02 23:22:26 +00:00
|
|
|
"resolutions": {
|
2022-03-25 14:41:49 +00:00
|
|
|
"@types/react": "17.0.43"
|
2022-03-02 23:22:26 +00:00
|
|
|
},
|
2022-03-21 23:40:14 +00:00
|
|
|
"source": "./src/index.ts",
|
2022-04-30 16:04:03 +00:00
|
|
|
"main": "./dist/src/index.js",
|
|
|
|
"types": "./dist/src/index.d.ts"
|
2022-02-27 04:41:30 +00:00
|
|
|
}
|