cirsim
Version:
Cirsim Circuit Simulator
61 lines (60 loc) • 1.93 kB
JSON
{
"name": "cirsim",
"version": "2.1.17",
"description": "Cirsim Circuit Simulator",
"main": "dist/cirsim.min.js",
"module": "index.js",
"scripts": {
"build:dev": "webpack --config webpack.dev.js",
"build:prod": "webpack --config webpack.prod.js",
"build:all": "$npm_execpath run build:dev && $npm_execpath run build:prod",
"test": "karma start karma.conf.js",
"serve": "webpack serve --config webpack.dev.js --open",
"build:docs": "documentation build src/Cirsim/**/*.js --sort-order source -f html -o doc/js"
},
"keywords": [
"Education",
"Circuits",
"Computer Architecture"
],
"author": "Charles B. Owen",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/runtime": "7.14.6",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"html-webpack-tags-plugin": "^3.0.1",
"jasmine-core": "^3.7.1",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.6.0",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.3",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"buckets-js": "^1.98.2",
"dialog-cl": "^1.0.6",
"dompurify": "^2.2.9",
"icons-cl": "~1.1.3",
"promise-polyfill": "^8.2.0",
"resizer-cl": "^2.4.3"
}
}