2021-07-02 18:23:20 +08:00
|
|
|
{
|
|
|
|
"name": "@meta-ui/runtime",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
2021-09-07 13:44:48 +08:00
|
|
|
"dev": "vite",
|
2021-09-23 11:17:36 +08:00
|
|
|
"test": "jest",
|
|
|
|
"build": "tsc -b .",
|
2021-09-23 15:49:19 +08:00
|
|
|
"typings": "tsc -d",
|
2021-09-23 11:17:36 +08:00
|
|
|
"lint": "eslint src --ext .ts",
|
|
|
|
"prepublish": "npm run build && npm run typings"
|
2021-07-02 18:23:20 +08:00
|
|
|
},
|
2021-09-23 11:17:36 +08:00
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"module": "lib/index.js",
|
2021-09-23 15:49:19 +08:00
|
|
|
"types": "lib/index.d.ts",
|
2021-07-02 18:23:20 +08:00
|
|
|
"dependencies": {
|
2021-09-30 11:38:50 +08:00
|
|
|
"@chakra-ui/icons": "^1.0.15",
|
2021-07-18 23:07:24 +08:00
|
|
|
"@chakra-ui/react": "^1.6.5",
|
|
|
|
"@emotion/react": "^11",
|
|
|
|
"@emotion/styled": "^11",
|
2021-07-05 14:49:19 +08:00
|
|
|
"@meta-ui/core": "^0.1.0",
|
2021-07-26 13:40:07 +08:00
|
|
|
"@sinclair/typebox": "^0.19.2",
|
2021-08-10 15:42:19 +08:00
|
|
|
"@vue-reactivity/watch": "^0.1.6",
|
|
|
|
"@vue/reactivity": "^3.1.5",
|
2021-08-11 16:21:15 +08:00
|
|
|
"copy-to-clipboard": "^3.3.1",
|
2021-07-29 11:11:31 +08:00
|
|
|
"dayjs": "^1.10.6",
|
2021-07-18 23:07:24 +08:00
|
|
|
"framer-motion": "^4",
|
2021-07-05 16:57:45 +08:00
|
|
|
"lodash": "^4.17.21",
|
2021-07-07 15:01:03 +08:00
|
|
|
"mitt": "^3.0.0",
|
2021-07-18 23:07:24 +08:00
|
|
|
"nanoid": "^3.1.23",
|
2021-08-12 15:33:18 +08:00
|
|
|
"path-to-regexp": "^6.2.0",
|
2021-07-02 18:23:20 +08:00
|
|
|
"react": "^17.0.0",
|
2021-07-05 14:49:19 +08:00
|
|
|
"react-dom": "^17.0.0",
|
2021-09-29 17:42:49 +08:00
|
|
|
"react-grid-layout": "^1.3.0",
|
2021-08-11 13:32:47 +08:00
|
|
|
"react-markdown": "^6.0.2",
|
2021-10-12 11:42:50 +08:00
|
|
|
"react-resize-detector": "^6.7.6",
|
2021-08-12 15:33:18 +08:00
|
|
|
"react-simple-code-editor": "^0.11.0",
|
|
|
|
"wouter": "^2.7.4"
|
2021-07-02 18:23:20 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-07 13:44:48 +08:00
|
|
|
"@babel/core": "^7.15.5",
|
2021-09-23 18:21:20 +08:00
|
|
|
"@babel/preset-env": "^7.15.6",
|
2021-09-22 18:59:50 +08:00
|
|
|
"@babel/preset-react": "^7.14.5",
|
2021-09-07 13:44:48 +08:00
|
|
|
"@babel/preset-typescript": "^7.15.0",
|
2021-09-22 18:59:50 +08:00
|
|
|
"@testing-library/react": "^12.1.0",
|
2021-07-05 16:57:45 +08:00
|
|
|
"@types/lodash": "^4.14.170",
|
2021-07-02 18:23:20 +08:00
|
|
|
"@types/react": "^17.0.0",
|
|
|
|
"@types/react-dom": "^17.0.0",
|
2021-08-03 16:31:33 +08:00
|
|
|
"@types/react-grid-layout": "^1.1.2",
|
2021-09-23 18:21:20 +08:00
|
|
|
"@vitejs/plugin-react": "^1.0.1",
|
2021-09-07 13:44:48 +08:00
|
|
|
"babel-jest": "^27.1.0",
|
|
|
|
"jest": "^27.1.0",
|
2021-07-02 18:23:20 +08:00
|
|
|
"typescript": "^4.3.2",
|
2021-09-23 18:21:20 +08:00
|
|
|
"vite": "^2.3.8"
|
2021-07-02 18:23:20 +08:00
|
|
|
}
|
2021-07-05 14:49:19 +08:00
|
|
|
}
|