-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.4 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
{
"name": "react-fluent-mobile",
"version": "1.1.0",
"description": "A series of React mixin modules that augment the mobile user experience",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"files": [
"dist/"
],
"scripts": {
"build": "rollup -c",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o storybook",
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exoRift/react-fluent-mobile.git"
},
"author": "exoRift",
"license": "MIT",
"bugs": {
"url": "https://github.com/exoRift/react-fluent-mobile/issues"
},
"homepage": "https://github.com/exoRift/react-fluent-mobile#readme",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
},
"keywords": [
"react",
"nodejs",
"javascript",
"node",
"mobile",
"js",
"context",
"menu",
"selection"
],
"peerDependencies": {
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@storybook/addon-actions": "^7.4.0",
"@storybook/addon-console": "^2.0.0",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-styling": "^1.3.7",
"@storybook/react": "^7.4.0",
"@storybook/react-webpack5": "^7.4.0",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.13",
"rollup": "^3.29.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^7.4.0",
"typescript": "^5.2.2"
}
}