Skip to content

Commit

Permalink
feat: components and services
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyan-Wang committed Sep 5, 2023
1 parent 84eaacc commit 1d70999
Show file tree
Hide file tree
Showing 67 changed files with 3,545 additions and 107,233 deletions.
106,147 changes: 0 additions & 106,147 deletions package-lock.json

This file was deleted.

42 changes: 24 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,66 @@
{
"name": "@antv/gi-assets-xlab",
"version": "0.1.14",
"version": "0.1.28",
"description": "A G6VP asset for X-lab.",
"keywords": [
"G6VP",
"gi-asstes"
],
"homepage": "https://github.com/X-lab2017/gi-assets-xlab#readme",
"bugs": {
"url": "https://github.com/X-lab2017/gi-assets-xlab/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/X-lab2017/gi-assets-xlab.git"
},
"license": "MIT",
"author": "",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"dist",
"es",
"lib"
],
"scripts": {
"build": "father build && npm run build:umd",
"build": "npm run clean && father build && npm run build:umd",
"build:es": "father build",
"build:umd": "webpack --mode production -c ./webpack.config.js",
"clean": "rimraf es esm lib dist",
"serve": "http-server dist -p 9527",
"start": "umi dev",
"start:node_version_18": "NODE_OPTIONS=--openssl-legacy-provider father build --watch",
"build:es": "father build"
"start:node_version_18": "NODE_OPTIONS=--openssl-legacy-provider father build --watch"
},
"dependencies": {
"@aligov/global-locale": "^1.0.5",
"@aligov/global-string-format": "^1.0.7",
"@antv/algorithm": "0.1.26-beta.0",
"@antv/g2": "^5.0.16",
"@antv/g6": "4.x",
"@antv/gi-assets-basic": "latest",
"@antv/gi-assets-neo4j": "latest",
"@antv/gi-sdk": "^2.4.2",
"@antv/gi-theme-antd": "latest",
"@antv/graphin": "^2.7.14",
"@types/react-dom": "latest",
"ahooks": "^3.7.8",
"antd": "4.x",
"immer": "^9.0.0",
"lodash": "^4.17.21",
"react": "17.x",
"react-dom": "17.x",
"reactour": "^1.19.0",
"styled-components": "^6.0.7",
"umi-request": "^1.4.0",
"immer": "^9.0.0",
"use-immer": "^0.9.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"father": "^2.30.6",
Expand All @@ -54,20 +72,8 @@
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"authors": [],
"publishConfig": {
"access": "public"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/X-lab2017/gi-assets-xlab.git"
},
"author": "",
"bugs": {
"url": "https://github.com/X-lab2017/gi-assets-xlab/issues"
},
"homepage": "https://github.com/X-lab2017/gi-assets-xlab#readme"
"authors": []
}
Loading

0 comments on commit 1d70999

Please sign in to comment.