-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 594 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 594 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "@reactionview/source",
"version": "0.0.0",
"description": "ReActionView Rails template handler with Herb integration",
"private": true,
"type": "module",
"scripts": {
"build": "cd javascript/packages/dev-tools && npm run build",
"build:watch": "cd javascript/packages/dev-tools && npm run dev",
"clean": "rimraf app/assets/javascripts/reactionview-dev-tools.*",
"docs:dev": "cd docs && yarn dev",
"docs:build": "cd docs && yarn build",
"docs:preview": "cd docs && yarn preview"
},
"workspaces": [
"docs",
"javascript/packages/*"
]
}