-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
68 lines (68 loc) · 1.93 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
{
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
"dependencies": {
"@liferay/eslint-plugin": "*"
},
"description": "Liferay's Frontend Infrastructure Team monorepo",
"devDependencies": {
"@babel/preset-env": "^7.4.2",
"@cnakazawa/watch": "^1.0.4",
"@types/ejs": "3.0.4",
"@types/escodegen": "0.0.6",
"@types/estraverse": "5.1.0",
"@types/estree": "0.0.46",
"@types/fs-extra": "9.0.1",
"@types/jest": "^26.0.14",
"@types/yeoman-generator": "4.11.2",
"@typescript-eslint/parser": "4.30.0",
"babel-eslint": "10.1.0",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"chai-fs": "^2.0.0",
"combohandler": "^0.4.0",
"copyfiles": "^2.4.0",
"eslint": "7.23.0",
"execa": "^4.0.3",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"gulp-coveralls": "0.1.4",
"http-server": "^0.11.1",
"jest": "26.4.2",
"mem-fs": "^1.2.0",
"mem-fs-editor": "^7.0.1",
"prettier": "3.2.5",
"sinon": "^9.2.1",
"strip-ansi": "^6.0.0",
"terser-webpack-plugin": "^5.0.3",
"ts-jest": "^26.4.1",
"typescript": "4.4.2",
"webpack": "^5.11.1",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"xml-js": "^1.6.11",
"yo": "^3.1.1"
},
"license": "See LICENSE.md",
"main": "index.js",
"name": "liferay-frontend-projects",
"private": true,
"repository": "https://github.com/liferay/liferay-frontend-projects",
"scripts": {
"build": "liferay-workspace-scripts build",
"ci": "liferay-workspace-scripts ci",
"format": "liferay-workspace-scripts format",
"format:check": "liferay-workspace-scripts format:check",
"lint": "liferay-workspace-scripts lint",
"lint:fix": "liferay-workspace-scripts lint:fix",
"preversion": "echo Cannot version private package; false",
"test": "liferay-workspace-scripts test"
},
"version": "0.0.1",
"workspaces": [
"guidelines",
"projects/*",
"projects/*/packages/*",
"support/packages/*",
"third-party/projects/alloy-font-awesome"
]
}