-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.53 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.53 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
{
"name": "@adobe/griffon-validation-plugins",
"version": "0.0.1",
"description": "Monorepo for Project Griffon Validation Plugins",
"files": [
"dist/"
],
"scripts": {
"prebuild": "rm -rf dist",
"build": "node ./tasks/package.plugins",
"test": "jest --colors",
"lint": "eslint \"*/**/*.{js,ts}\" --fix",
"upload": "node ./tasks/upload.plugins"
},
"author": "Adobe Systems",
"license": "Apache-2.0",
"devDependencies": {
"@adobe/griffon-plugin-tools": "^0.1.1",
"@adobe/griffon-toolkit": "^1.3.0",
"@adobe/griffon-toolkit-aep-mobile": "^0.13.0",
"@adobe/griffon-toolkit-common": "^0.3.3",
"@adobe/griffon-toolkit-edge": "^0.2.3",
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.7",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.16.8",
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"babel-eslint": "^10.1.0",
"babel-preset-minify": "^0.5.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"fs-extra": "^10.0.0",
"jest": "^27.4.7",
"joi": "^17.5.0",
"minimist": "^1.2.5",
"prettier": "^2.5.1",
"ramda": "^0.27.2",
"serve-static": "^1.14.2",
"typescript": "^4.5.4"
},
"browserslist": "> 0.25%, not dead"
}