-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.79 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
{
"name": "@houdiniproject/react-i18n-currency-input",
"version": "3.0.0",
"description": "Typescript React component for currency using the ECMAScript Internationalization API",
"main": "./dist/react-i18n-currency-input.js",
"bugs": {
"url": "https://github.com/houdiniproject/react-i18n-currency-input/issues"
},
"scripts": {
"build": "rimraf dist && yarn webpack",
"test": "yarn build && yarn jest",
"jest": "yarn jest-on-react-19",
"jest-on-react-16": "USE_REACT_VERSION=16 jest",
"jest-on-react-17": "USE_REACT_VERSION=17 jest",
"jest-on-react-18": "USE_REACT_VERSION=18 jest",
"jest-on-react-19": "USE_REACT_VERSION=19 jest",
"webpack": "webpack",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"notice": "yarn dlx @houdiniproject/noticeme@^1 -f NOTICE-js -i included.json",
"notice_update": "yarn dlx @houdiniproject/noticeme@^1 -f NOTICE-js -i included.json -u"
},
"author": "Houdini Project contributors, react-currency-input contributors and Cedric Dugas",
"license": "LGPL-3.0+",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@storybook/addon-actions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/react-vite": "^8.1.10",
"@testing-library/dom": "^10",
"@testing-library/jest-dom": "^6",
"@testing-library/react": "^16",
"@testing-library/react-12": "npm:@testing-library/react@^12",
"@testing-library/react-hooks": "^8",
"@types/jest": "^29",
"@types/jsdom": "^16",
"@types/react": "^16.8.19",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.3.1",
"babel-loader": "^9.0.1",
"jest": "^29",
"jest-environment-jsdom": "^29",
"react": "^19",
"react-16": "npm:react@^16",
"react-17": "npm:react@^17",
"react-18": "npm:react@^18",
"react-dom": "^19",
"react-dom-16": "npm:react-dom@^16",
"react-dom-17": "npm:react-dom@^17",
"react-dom-18": "npm:react-dom@^18",
"react-is-16": "npm:react-is@^16",
"react-is-17": "npm:react-is@^17",
"react-is-18": "npm:react-is@^18",
"react-use": ">=15.3.0",
"rimraf": "^6.0.1",
"storybook": "^8.1.10",
"terser-webpack-plugin": "^5.3.3",
"ts-jest": "^29",
"ts-loader": "^8",
"ts-node": "^10.9.2",
"typescript": "^5.2",
"vite": "^6.0.2",
"webpack": "^5.73.0",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/houdiniproject/react-i18n-currency-input.git"
},
"types": "./dist/index.d.ts",
"sideEffects": false,
"packageManager": "[email protected]"
}