-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 855 Bytes
/
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
{
"dependencies": {
"@codemirror/basic-setup": "^0.19.1",
"@codemirror/commands": "^0.19.8",
"@codemirror/lang-javascript": "^0.19.7",
"@codemirror/legacy-modes": "^0.19.1",
"@codemirror/state": "^0.19.9",
"@codemirror/stream-parser": "^0.19.7",
"@codemirror/view": "^0.19.47",
"@hotwired/stimulus": "^3.0.1",
"@hotwired/turbo-rails": "^7.1.1",
"@rails/request.js": "^0.0.6"
},
"scripts": {
"jswatch": "npm run jsbuild -- --watch",
"jsbuild": "esbuild app/assets/javascripts/playground.js --bundle --minify --outfile=vendor/javascripts/playground/playground.js",
"csswatch": "npm run cssbuild -- --watch",
"cssbuild": "sass app/assets/stylesheets/playground.scss vendor/stylesheets/playground/playground.css"
},
"devDependencies": {
"esbuild": "^0.14.25",
"sass": "^1.49.9"
}
}