forked from hugerte/hugerte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 3.63 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "hugerte-monorepo",
"private": true,
"workspaces": [
"modules/*"
],
"scripts": {
"postinstall": "patch-package",
"hugerte-grunt": "grunt --gruntfile modules/hugerte/Gruntfile.js",
"hugerte-rollup": "run-s \"hugerte-grunt dev rollup\"",
"oxide-icons-build": "yarn -s --cwd modules/oxide-icons-default build",
"oxide-icons-ci": "yarn -s --cwd modules/oxide-icons-default ci",
"oxide-build": "yarn -s --cwd modules/oxide build",
"oxide-start": "yarn -s --cwd modules/oxide start",
"oxide-ci": "yarn -s --cwd modules/oxide ci",
"tsc": "tsc -b",
"watch": "tsc -b -w",
"eslint": "lerna exec --stream --no-bail -- eslint --max-warnings=0 src/**/*.ts",
"start": "yarn -s hugerte-grunt start",
"dev": "npm-run-all oxide-icons-build oxide-build -p tsc \"hugerte-grunt dev\"",
"changie-merge": "changie merge -u '## Unreleased'",
"changie-batch": "changie batch auto --project",
"ci": "npm-run-all -p oxide-ci oxide-icons-ci -p tsc \"hugerte-grunt dev\"",
"ci-seq": "run-s oxide-ci oxide-icons-ci tsc \"hugerte-grunt dev\"",
"ci-all": "npm-run-all -p changie-merge eslint ci -s hugerte-rollup",
"ci-all-seq": "npm-run-all -p eslint ci-seq -s hugerte-rollup",
"local-ci": "run-s -s ci-all test",
"test": "run-s headless-test browser-test",
"build": "npm-run-all -p oxide-icons-ci oxide-ci -s hugerte-grunt",
"prepublishOnly": "run-s oxide-icons-ci",
"browser-test": "grunt browser-auto",
"browser-test-manual": "grunt browser-manual",
"headless-test": "grunt headless-auto",
"headless-test-firefox": "grunt headless-auto --bedrock-browser=firefox-headless",
"headless-test-manual": "grunt headless-manual",
"bedrock": "bedrock --customRoutes modules/hugerte/src/core/test/json/routes.json",
"test-one": "yarn tsc && yarn bedrock-auto -b chrome-headless -f"
},
"devDependencies": {
"@ephox/bedrock-client": "^14.1.0",
"@ephox/bedrock-server": "^14.1.2",
"@ephox/oxide-icons-tools": "^3.1.1",
"@ephox/swag": "^4.6.0",
"@tinymce/eslint-plugin": "^2.3.0",
"@tinymce/moxiedoc": "^0.3.0",
"@types/chai": "^4.3.3",
"@types/dompurify": "3.0.5",
"@types/prismjs": "^1.16.6",
"chai": "^4.4.1",
"chalk": "^4.1.0",
"changie": "^1.14.0",
"emojilib": "^2.4.0",
"eslint-plugin-only-warn": "^1.1.0",
"fast-check": "^2.23.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-symlink": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.0.0",
"grunt-nuget-pack": "^0.0.6",
"grunt-shell": "^4.0.0",
"grunt-terser": "^2.0.0",
"grunt-webpack": "^5.0.0",
"lerna": "^8.1.2",
"less-plugin-autoprefix": "^2.0.0",
"load-grunt-tasks": "^5.1.0",
"moxie-zip": "0.0.4",
"npm-run-all": "^4.1.5",
"patch-package": "^7.0.0",
"resolve": "^1.18.1",
"rollup": "^3.22.0",
"rollup-plugin-string": "^3.0.0",
"source-map-loader": "^4.0.1",
"string-replace-loader": "^3.0.3",
"stylelint": "^13.2.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^5.0.0",
"terser": "^5.17.4",
"ts-loader": "^9.2.6",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"tslib": "^2.0.0",
"twemoji": "^14.0.2",
"typescript": "^4.8.3",
"webpack": "^5.74.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.11.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}