-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "rubyonbrowser",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ongaeshi/rubyonbrowser.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ongaeshi/rubyonbrowser/issues"
},
"homepage": "https://github.com/ongaeshi/rubyonbrowser#readme",
"devDependencies": {
"@types/lz-string": "^1.3.34",
"@types/node": "^17.0.23",
"@types/path-browserify": "^1.0.0",
"@wasmer/wasi": "^0.12.0",
"@wasmer/wasmfs": "^0.12.0",
"@webpack-cli/generators": "^2.4.2",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.6.0",
"ruby-head-wasm-wasi": "^0.3.0-2022-04-20-a",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"workbox-webpack-plugin": "^6.5.1"
},
"dependencies": {
"@types/codemirror": "^5.60.5",
"codemirror": "^5.65.2",
"lz-string": "^1.4.4",
"path-browserify": "^1.0.1"
}
}