2022-02-27 04:41:30 +00:00
|
|
|
{
|
2022-03-21 23:40:14 +00:00
|
|
|
"name": "@quri/squiggle-components",
|
2022-04-25 18:44:10 +00:00
|
|
|
"version": "0.2.9",
|
2022-04-26 21:59:38 +00:00
|
|
|
"licence": "MIT",
|
2022-04-25 16:55:15 +00:00
|
|
|
"dependencies": {
|
2022-04-26 15:04:14 +00:00
|
|
|
"antd": "^4.20.1",
|
2022-04-26 15:12:31 +00:00
|
|
|
"react-ace": "10.1.0",
|
2022-04-27 14:32:32 +00:00
|
|
|
"react-dom": "^18.1.0",
|
2022-04-25 18:35:45 +00:00
|
|
|
"@react-hook/size": "^2.1.2",
|
2022-04-25 18:44:10 +00:00
|
|
|
"styled-components": "^5.3.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
|
|
|
|
"@storybook/addon-actions": "^6.4.22",
|
|
|
|
"@storybook/addon-essentials": "^6.4.22",
|
|
|
|
"@storybook/addon-links": "^6.4.22",
|
|
|
|
"@storybook/builder-webpack5": "^6.4.22",
|
|
|
|
"@storybook/manager-webpack5": "^6.4.22",
|
|
|
|
"@storybook/node-logger": "^6.4.22",
|
|
|
|
"@storybook/preset-create-react-app": "^4.1.0",
|
|
|
|
"@storybook/react": "^6.4.22",
|
|
|
|
"@types/styled-components": "^5.1.24",
|
|
|
|
"@types/webpack": "^5.28.0",
|
|
|
|
"style-loader": "^3.3.1",
|
2022-04-27 14:34:15 +00:00
|
|
|
"ts-loader": "^9.2.9",
|
2022-04-25 18:44:10 +00:00
|
|
|
"webpack": "^5.72.0",
|
|
|
|
"webpack-cli": "^4.9.2",
|
|
|
|
"webpack-dev-server": "^4.8.1",
|
|
|
|
"@quri/squiggle-lang": "0.2.5",
|
2022-04-08 14:48:06 +00:00
|
|
|
"@testing-library/jest-dom": "^5.16.4",
|
2022-04-18 16:10:52 +00:00
|
|
|
"@testing-library/react": "^13.1.1",
|
2022-04-18 15:33:55 +00:00
|
|
|
"@testing-library/user-event": "^14.1.1",
|
2022-02-27 04:41:30 +00:00
|
|
|
"@types/jest": "^27.4.0",
|
2022-04-19 14:40:08 +00:00
|
|
|
"@types/lodash": "^4.14.182",
|
2022-04-27 14:32:54 +00:00
|
|
|
"@types/node": "^17.0.29",
|
2022-04-13 14:33:02 +00:00
|
|
|
"@types/react": "^18.0.3",
|
2022-04-22 14:27:59 +00:00
|
|
|
"@types/react-dom": "^18.0.2",
|
2022-02-27 04:41:30 +00:00
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"lodash": "^4.17.21",
|
2022-04-27 14:51:21 +00:00
|
|
|
"react": "^18.1.0",
|
2022-04-13 14:46:52 +00:00
|
|
|
"react-scripts": "5.0.1",
|
2022-04-08 14:48:09 +00:00
|
|
|
"react-vega": "^7.5.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-03-28 14:46:25 +00:00
|
|
|
"vega": "^5.22.1",
|
2022-02-27 04:41:30 +00:00
|
|
|
"vega-embed": "^6.20.6",
|
2022-03-02 23:22:26 +00:00
|
|
|
"vega-lite": "^5.2.0",
|
2022-02-27 04:41:30 +00:00
|
|
|
"web-vitals": "^2.1.4",
|
|
|
|
"webpack-cli": "^4.9.2"
|
|
|
|
},
|
|
|
|
"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-11 23:15:09 +00:00
|
|
|
"format": "prettier --write ."
|
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",
|
|
|
|
"main": "dist/bundle.js",
|
2022-03-24 23:27:17 +00:00
|
|
|
"types": "dist/src/index.d.ts"
|
2022-02-27 04:41:30 +00:00
|
|
|
}
|