-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.35 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.35 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
{
"name": "@wrappid/native-web",
"version": "0.0.364",
"description": "This repository is combined packages of all the Styled Components for react web project.",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"attributions:gen": "node ./scripts/attributions.gen.js",
"test": "echo testing not yet implemented",
"build": "npx babel package --out-dir dist --copy-files",
"code:lint": "eslint --ignore-path .gitignore ./package",
"code:format": "npm run code:lint -- --fix",
"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/native-web.git"
},
"keywords": [
"css-in-js",
"react",
"react-native"
],
"license": "MIT",
"author": {
"name": "Wrappid",
"email": "wrappid.framework@gmail.com",
"url": "https://github.com/wrappid/"
},
"homepage": "https://github.com/wrappid/native-web",
"bugs": {
"url": "https://github.com/wrappid/native-web/issues"
},
"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",
"@mui/icons-material": "5.15.20",
"@mui/material": "5.15.20",
"@mui/x-date-pickers": "5.0.8",
"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",
"husky": "8.0.3",
"jodit-react": "1.3.39",
"jsoneditor": "9.10.0",
"license-checker": "25.0.1",
"moment": "2.29.4",
"mui-color-input": "2.0.3",
"mui-one-time-password-input": "1.1.0",
"react-markdown": "8.0.7",
"react-otp-input": "3.0.2",
"react-redux": "8.0.2",
"react-router-dom": "6.3.0",
"react-select": "5.7.3",
"standard-version": "9.5.0",
"styled-components": "5.3.9"
}
}