This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
136 lines (136 loc) · 4.23 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
{
"name": "@buttercup/ui",
"version": "6.4.2",
"description": "Buttercup UI Components in React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "[email protected]:buttercup/buttercup-ui.git",
"author": "Perry Mitchell <[email protected]>",
"license": "MIT",
"scripts": {
"build": "npm run clean && webpack --mode production --config webpack.config.js",
"build:storybook": "build-storybook",
"clean": "rimraf dist",
"dev": "npm run clean && webpack --mode development --config webpack.config.js --progress --watch",
"format": "prettier --write '{src,stories,__tests__}/**/*.js'",
"prepublishOnly": "npm run build",
"storybook": "start-storybook -p 6006",
"test": "run-s test:specs test:format",
"test:format": "prettier-check '{src,stories,__tests__}/**/*.js'",
"test:specs": "karma start"
},
"files": [
"dist/**/*"
],
"lint-staged": {
"{src,stories,__tests__}/**/*.js": [
"prettier --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"resolutions": {
"@storybook/{app}/webpack": "^5"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-function-bind": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
"@babel/plugin-transform-spread": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addons": "^6.4.19",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.9",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"@types/react-splitter-layout": "^3.0.2",
"arraybuffer-loader": "^1.0.8",
"babel-loader": "^8.2.3",
"babel-plugin-jsx-control-statements": "^4.1.2",
"babel-plugin-ramda": "^2.0.0",
"buttercup": "^6.13.1",
"chai": "^4.3.6",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"elt-react-credit-cards": "^0.0.1",
"extract-domain": "^2.2.1",
"fast-deep-equal": "^2.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^4.2.5",
"i18next": "^19.9.1",
"jsx-control-statements": "^3.2.8",
"karma": "^6.4.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-sinon": "^1.0.5",
"karma-spec-reporter": "^0.0.34",
"karma-webpack": "^5.0.0",
"lint-staged": "^10.1.3",
"mini-css-extract-plugin": "^2.6.0",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"path-posix": "^1.0.0",
"prettier": "^1.19.1",
"prettier-check": "^2.0.0",
"random-words": "^1.2.0",
"react": "^17.0.2",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.0.2",
"react-hotkeys": "^1.1.4",
"react-splitter-layout": "^4.0.0",
"rimraf": "^3.0.2",
"sass": "^1.52.3",
"sass-loader": "^12.6.0",
"sinon": "^14.0.0",
"sleep-promise": "^9.1.0",
"style-loader": "^3.3.1",
"styled-components": "^5.3.5",
"terser-webpack-plugin": "^5.3.1",
"typescript": "^4.7.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.10.0",
"xbytes": "^1.7.0"
},
"peerDependencies": {
"buttercup": ">=6",
"react": ">=16",
"react-dnd": ">=16.0.1",
"react-dnd-html5-backend": ">=16.0.1",
"react-dom": ">=16",
"styled-components": ">=5"
},
"dependencies": {
"@blueprintjs/core": "^4.5.1",
"@blueprintjs/icons": "^4.3.0",
"@blueprintjs/popover2": "^1.4.1",
"@buttercup/generator": "^2.0.0",
"@buttercup/react-formatted-input": "^1.4.0",
"@fontsource/inter": "^4.1.0",
"classnames": "^2.2.6",
"filter-react-dom-props": "^0.0.2",
"fuse.js": "^3.4.5",
"otpauth": "^7.1.2",
"polished": "^1.9.3",
"prop-types": "^15.7.2",
"ramda": "^0.27.0",
"react-icons": "^4.3.1",
"react-popover": "^0.5.10",
"react-textarea-autosize": "^8.3.4",
"zxcvbn": "^4.4.2"
}
}