-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
141 lines (141 loc) · 4.99 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"private": false,
"name": "@skynexui/components",
"description": "⚛️ Deliver UI for Web and Mobile platforms without taking care about complexity on how to style there. It's based in React and Flutter and uses the core of CSS specification to allow you to write cross platform styles.",
"license": "MIT",
"version": "1.25.0",
"types": "dist/components.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/skynexui/components.git"
},
"scripts": {
"update:contracts": "node ./scripts/coder/coder.js && yarn lint --fix && flutter analyze",
"setup": "yarn install && flutter pub get",
"predocs:dev": "yarn build && yarn export:docs && node ./docs/scripts/docs/generator.js",
"docs:dev": "cd docs && yarn install && yarn dev",
"predev": "yarn prebuild",
"prebuild:watch": "yarn link",
"test": "jest --no-cache",
"test:watch": "jest --watch",
"prebuild": "rimraf dist && rimraf types",
"build:watch": "rollup -cw",
"build": "rollup -c",
"release": "semantic-release",
"release:github_registry": "node ./scripts/publishToGHRegistry.js",
"bump:flutter": "node ./scripts/bumpFlutter.js",
"postversion": "yarn bump:flutter && git add .",
"clean": "flutter clean && yarn prebuild",
"release:flutter": "yarn clean && dart pub publish --force",
"dev:demo_base": "cd examples/demo_base && yarn link @skynexui/components && yarn dev",
"dev": "start-storybook -p 6006",
"dev:flutter": "flutter run",
"build:storybook": "build-storybook -o dist-storybook",
"export:types": "tsc",
"export:docs:mdx": "find ./lib -name '*.mdx' -exec cp -prv '{}' './dist' ';' ",
"export:docs:json": "find ./lib -name '*.json' -exec cp -prv '{}' './docs/scripts/docs/metadata' ';' ",
"export:docs": "yarn export:docs:mdx && yarn export:docs:json && node ./scripts/parseDocs.js && ls -la ./dist",
"deploy:docs": "cd ../ && cd docs && yarn deploy:soft",
"lint": "eslint ."
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.36",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@testing-library/react": "^12.1.2",
"lodash": "^4.17.21",
"node-fetch": "^3.1.0",
"react-icons": "^4.3.1",
"react-ripples": "^2.2.1"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/plugin-proposal-private-property-in-object": "^7.16.5",
"@babel/preset-env": "7.16.4",
"@babel/preset-react": "7.16.0",
"@babel/preset-typescript": "^7.16.5",
"@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
"@rollup/plugin-typescript": "8.2.5",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.7",
"@semantic-release/npm": "7.0.5",
"@semantic-release/release-notes-generator": "9.0.1",
"@storybook/addon-actions": "6.4.9",
"@storybook/addon-essentials": "6.4.9",
"@storybook/addon-links": "6.4.9",
"@storybook/react": "6.4.9",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.178",
"@types/react": "17.0.18",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"commitizen": "4.1.2",
"cz-conventional-changelog": "3.2.0",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.4.5",
"jest-styled-jsx-transformer": "^1.1.0",
"next": "12.0.2",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "17.0.2",
"rimraf": "3.0.2",
"rollup": "2.56.2",
"rollup-plugin-dts": "3.0.2",
"rollup-plugin-peer-deps-external": "2.2.4",
"semantic-release": "17.1.1",
"ts-jest": "^27.1.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "4.3.5",
"styled-jsx": "4.0.1"
},
"peerDependencies": {
"next": ">= 12.x.x",
"react": ">= 17.x.x",
"styled-jsx": ">= 4.x.x || 5.x.x"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/changelog",
"@semantic-release/git"
],
"branch": "main",
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
]
}
}