-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.34 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
{
"name": "swiftlyui",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/jaysongiroux/swiftlyui.git"
},
"main": "index.js",
"source": "src/index.js",
"version": "1.1.1",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@testing-library/user-event": "^13.5.0",
"babel-cli": "^6.26.0",
"classnames": "^2.3.2",
"crypto": "^1.0.1",
"date-fns": "^2.29.3",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",
"react": "^16.13.1",
"react-animated-css": "^1.2.1",
"react-datepicker": "^4.8.0",
"react-dom": "^16.13.1",
"react-icons": "^4.4.0",
"react-scripts": "5.0.1",
"react-select": "^5.5.6",
"react-tooltip": "^4.2.21",
"sass": "^1.55.0",
"storybook-addon-state": "^1.0.3",
"styled-components": "^5.3.6"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"scripts": {
"start": "react-scripts start",
"build": "export NODE_ENV=production&&rollup -c",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"distribute": "export NODE_ENV=production && babel src --out-dir dist --copy-files --ignore spec.js,test.js,*.stories.jsx --source-maps",
"chromatic": "chromatic --exit-zero-on-changes"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/git"
],
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/addons": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/node-logger": "^6.5.12",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@storybook/theming": "^6.5.12",
"babel-plugin-named-exports-order": "^0.0.2",
"chromatic": "^6.10.1",
"postcss-url": "^10.1.3",
"prop-types": "^15.8.1",
"rollup": "^2.79.1",
"rollup-plugin-includepaths": "^0.2.4",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"semantic-release": "^19.0.5",
"webpack": "^5.74.0"
},
"browser": {
"crypto": false
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/jaysongiroux/swiftlyui/issues"
},
"homepage": "master--633e84e96532344a299022b4.chromatic.com/",
"author": {
"name": "jason giroux"
},
"license": "MIT",
"_id": "[email protected]"
}