-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.58 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.58 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
{
"name": "wrappid-app",
"version": "0.0.22",
"description": "This is a boilerplate application using wrappid for both web and mobile application.",
"scripts": {
"attributions:gen": "node ./scripts/attributions.gen.js",
"test": "echo \"Error: no test specified\" && exit 0",
"code:lint": "eslint --ignore-path .gitignore .",
"code:format": "npm run code:lint -- --fix .",
"prepare": "husky install",
"release": "standard-version --bumpFiles ./package.json ./package-lock.json "
},
"repository": {
"type": "git",
"url": "git+https://github.com/wrappid/wrappid-app.git"
},
"keywords": [
"wrappid",
"react",
"react-native",
"hybrid",
"javascript"
],
"bugs": {
"url": "https://github.com/wrappid/wrappid-app/issues"
},
"author": {
"name": "Wrappid",
"email": "wrappid.framework@gmail.com",
"url": "https://www.github.com/wrappid"
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "17.5.0",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/prompt-cli": "17.5.0",
"@wrappid/core": "latest",
"@wrappid/native-web": "latest",
"@wrappid/native-mobile": "latest",
"@wrappid/styles": "latest",
"eslint": "8.56.0",
"eslint-plugin-etc": "2.0.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-unused-imports": "2.0.0",
"husky": "8.0.3",
"license-checker": "25.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"redux": "4.2.0",
"standard-version": "9.5.0"
}
}