-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1 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
{
"name": "smol-translator-app",
"version": "1.0.0",
"description": "A web app for translating SMoL programs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rescript": "rescript clean && rescript build -w",
"webpack": "npx webpack --mode production",
"publish": "rm -r ../smol-tutor/docs/smol-translator && cp -r ./docs ../smol-tutor/docs/smol-translator"
},
"keywords": [
"rescript"
],
"author": "",
"license": "MIT",
"dependencies": {
"@brownplt/s-expression": "github:brownplt/s-expression",
"@brownplt/smol-translator": "github:brownplt/smol-translator",
"@rescript/core": "^1.6.0",
"@rescript/react": "^0.13.0",
"install": "^0.13.0",
"npm": "^10.8.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rescript": "^11.1.4"
},
"devDependencies": {
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^4.0.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1"
}
}