-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.72 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.72 KB
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
{
"name": "elf",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"npm-check": "turbo run npm-check --parallel",
"dev": "turbo run dev --parallel --profile",
"ssr:dev": "turbo run ssr:dev --parallel",
"design:dev": "turbo run design:dev --parallel",
"ui:dev": "turbo run ui:dev --parallel",
"sapa:dev": "turbo run sapa:dev --parallel",
"ui-react:dev": "turbo run ui-react:dev --parallel",
"editor:dev": "turbo run editor:dev --parallel",
"editor:profile": "turbo run build --parallel --profile",
"editor:graph": "turbo run build --graph=my-graph.html",
"changeset": "changeset",
"version": "changeset version",
"prerelease": "npm run build",
"release": "changeset publish",
"lint": "turbo run lint",
"sapa:test": "turbo run sapa:test",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@changesets/changelog-git": "^0.1.12",
"@changesets/changelog-github": "^0.4.6",
"eslint": "^8.22.0",
"part-regex": "^0.1.2",
"prettier": "latest",
"turbo": "latest"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"packageManager": "npm@8.9.0",
"description": "easylogic framework : elf-framework",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/elf-framework/editor.git"
},
"keywords": [
"elf",
"editor",
"turborepo"
],
"author": "easylogic",
"license": "MIT",
"bugs": {
"url": "https://github.com/elf-framework/editor/issues"
},
"homepage": "https://github.com/elf-framework/editor#readme",
"dependencies": {
"@changesets/cli": "^2.24.3"
}
}