-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
40 lines (40 loc) · 1.21 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
{
"name": "superplate-core-plugins",
"version": "1.0.0",
"description": "",
"main": "prompt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "ejslint ./refine-*/**/*",
"prepare": "husky install",
"cypress": "cypress open --env=AUTH_PROVIDER=keycloak,UI_FRAMEWORK=antd,FRAMEWORK=nextjs,DATA_PROVIDER=custom-json-rest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pankod/superplate-core-plugins.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pankod/superplate-core-plugins/issues"
},
"homepage": "https://github.com/pankod/superplate-core-plugins#readme",
"devDependencies": {
"@actions/core": "^1.10.0",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"adm-zip": "^0.5.10",
"axios": "^1.3.5",
"cypress": "^12.9.0",
"ejs-lint": "^1.2.2",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^8.0.0",
"lint-staged": "^13.2.1",
"prettier": "^2.2.1",
"superplate-cli": "^1.15.3",
"typescript": "^4.1.3",
"graphql-tag": "^2.12.6"
}
}