加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.81 KB
一键复制 编辑 原始数据 按行查看 历史
dependabot[bot] 提交于 2020-03-13 20:51 . Bump acorn from 6.2.1 to 6.4.1
{
"name": "circuit-simulator",
"version": "2.0.0-alph",
"description": "在线电路仿真系统",
"private": true,
"scripts": {
"ts-node": "node node_modules/ts-node/dist/bin.js --project tsconfig.compile.json --transpile-only",
"dev": "cross-env NODE_ENV=development SERVER_TYPE=memory npm run ts-node ./build/webpack.dev.ts",
"dev:local": "cross-env NODE_ENV=development SERVER_TYPE=local npm run ts-node ./build/webpack.dev.ts",
"build": "npm run ts-node build/webpack.prod.ts",
"test": "jest --config test/jest.conf.js --coverage --no-cache"
},
"dependencies": {
"@ant-design/icons": "~2.1.1",
"@antv/g2": "^3.5.7",
"ant-design-vue": "^1.3.13",
"bignumber.js": "^9.0.0",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-property-decorator": "^8.2.1",
"vuex": "^3.1.1",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^5.0.0",
"@types/friendly-errors-webpack-plugin": "^0.1.2",
"@types/fs-extra": "^8.0.0",
"@types/html-webpack-plugin": "^3.2.1",
"@types/jest": "^24.0.16",
"@types/koa": "^2.0.49",
"@types/loader-utils": "^1.1.3",
"@types/memory-fs": "^0.3.2",
"@types/mini-css-extract-plugin": "^0.8.0",
"@types/node": "^12.6.9",
"@types/optimize-css-assets-webpack-plugin": "^1.3.4",
"@types/terser-webpack-plugin": "^1.2.1",
"@types/webpack": "^4.32.1",
"@types/webpack-bundle-analyzer": "^2.13.2",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"@vue/test-utils": "^1.0.0-beta.29",
"acorn": "^6.4.1",
"autoprefixer": "^9.6.1",
"babel-core": "^6.26.3",
"chalk": "^2.4.2",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^5.2.0",
"css-loader": "^3.1.0",
"eslint": "^5.16.0",
"file-loader": "^4.1.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"jest-extended": "^0.11.2",
"jest-serializer-vue": "^2.0.2",
"koa": "^2.7.0",
"memory-fs": "^0.4.1",
"mime": "^2.4.4",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"progress-bar-webpack-plugin": "^1.12.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^1.4.1",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.4",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"url-loader": "^2.1.0",
"vue-jest": "^3.0.4",
"vue-loader": "^15.7.1",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.1",
"webpack-bundle-analyzer": "^3.4.1"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/xiaoboost/circuit-simulator.git"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化