forked from tilk/digitaljs_online
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.89 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "digitaljs_online",
"version": "0.12.0",
"description": "Online demonstration for DigitalJS",
"main": "src/server/index.js",
"scripts": {
"prepare": "npm run build",
"start": "node src/server/index.js",
"build": "webpack --mode production",
"server": "nodemon src/server/index.js",
"client": "webpack serve --mode development --devtool inline-source-map --hot",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"test": "true"
},
"author": "Marek Materzok",
"license": "BSD-2-Clause",
"dependencies": {
"body-parser": "^1.19.1",
"bootstrap": "^4.6.1",
"clipboard": "^2.0.10",
"codemirror": "^5.65.1",
"digitaljs": "^0.12.0",
"digitaljs_lua": "^0.0.7",
"droppable": "^2.2.0",
"express": "^4.17.2",
"file-saver": "^2.0.5",
"jquery": "^3.6.0",
"js-sha256": "^0.9.0",
"popper.js": "^1.16.1",
"split-grid": "^1.0.11",
"sql-template-strings": "^2.2.2",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2",
"yosys2digitaljs": "^0.6.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"ajv": "^7.0.3",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^2.0.2",
"concurrently": "^6.5.1",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.6.0",
"expose-loader": "^3.1.0",
"html-webpack-inline-svg-plugin": "^2.3.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.5.3",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"homepage": "https://github.com/tilk/digitaljs_online",
"repository": {
"type": "git",
"url": "https://github.com/tilk/digitaljs_online.git"
}
}