-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.43 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.43 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
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
{
"name": "@wrappid/core",
"version": "0.0.606",
"description": "Multi platform app builder core package.",
"main": "index.js",
"scripts": {
"attributions:gen": "node ./scripts/attributions.gen.js",
"prepare": "husky install",
"code:lint": "eslint -c .eslintrc.js --ignore-path .gitignore ./package",
"code:format": "npm run code:lint -- --fix",
"test": "echo Testing not yet implemented && exit 0",
"build": "npx babel package --out-dir dist --copy-files",
"release": "standard-version --bumpFiles ./package.json ./package/package.json ./package-lock.json ./package/package-lock.json",
"publish": "npm publish *.tgz --registry=https://npm.pkg.github.com --scope=@wrappid"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wrappid/core.git"
},
"keywords": [
"wrappid",
"react",
"react-native",
"styled-components",
"material-ui",
"react-native-paper",
"redux"
],
"license": "MIT",
"author": {
"name": "Wrappid",
"email": "wrappid.framework@gmail.com",
"url": "https://www.github.com/wrappid/core"
},
"bugs": {
"url": "https://github.com/wrappid/core/issues"
},
"homepage": "https://github.com/wrappid/core#readme",
"babel": {
"presets": [
"@babel/preset-react"
]
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@commitlint/cli": "17.5.0",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/prompt-cli": "17.5.0",
"@reduxjs/toolkit": "1.9.1",
"dompurify": "~3.2.4",
"eslint": "8.40.0",
"eslint-plugin-etc": "2.0.2",
"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",
"format-package-json": "0.2.0",
"formik": "2.2.9",
"git-contributors": "0.2.5",
"husky": "8.0.3",
"license-checker": "25.0.1",
"mdi": "2.2.43",
"moment": "2.29.4",
"prettier": "~3.5.1",
"react": "18.2.0",
"react-device-detect": "2.2.3",
"react-dom": "18.2.0",
"react-infinite-scroll-component": "6.1.0",
"react-redux": "8.0.2",
"redux": "4.2.0",
"redux-persist": "6.0.0",
"react-syntax-highlighter": "15.6.1",
"redux-thunk": "2.4.1",
"standard-version": "^9.5.0",
"uuidv4": "6.2.13",
"yup": "1.3.3"
}
}