-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
140 lines (140 loc) · 4.85 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
{
"name": "@onepercentio/one-ui",
"version": "0.26.3",
"description": "A set of reusable components created through the development of Onepercent projects",
"repository": "[email protected]:onepercentio/one-ui.git",
"author": "Murilo Oliveira de Araujo <[email protected]>",
"license": "MIT",
"types": "src/types.ts",
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@cypress/react": "^5.12.5",
"@firebase/rules-unit-testing": "^2.0.2",
"@metamask/providers": "^9.1.0",
"@muritavo/cypress-toolkit": "^0.8.0",
"@muritavo/webpack-microfrontend-scripts": "^0.1.3",
"@nettoolkit/prerender-loader": "github:muritavo/prerender-loader#master",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-essentials": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/builder-webpack5": "^6.4.18",
"@storybook/manager-webpack5": "^6.4.18",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.4.18",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/chroma-js": "^2.1.3",
"@types/google-libphonenumber": "^7.4.27",
"@types/jest": "^27.4.0",
"@types/jsdom": "^21.1.1",
"@types/matter-js": "^0.18.2",
"@types/node": "^17.0.13",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/react-input-mask": "^3.0.3",
"@types/react-router-dom": "^5.3.3",
"assert": "^2.0.0",
"babel-loader": "^8.2.3",
"babel-plugin-react-remove-properties": "^0.3.0",
"babel-plugin-remove-object-properties": "^1.0.2",
"babel-plugin-remove-unused-vars": "2.2.0",
"buffer": "^6.0.3",
"chroma-js": "^2.4.2",
"color-seed": "^1.1.3",
"cpy-cli": "^3.1.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^5",
"cypress": "^12.17.2",
"esbuild-loader": "^4.0.2",
"firebase": "^9.8.1",
"firebase-admin": "^10.2.0",
"google-libphonenumber": "^3.2.33",
"https-browserify": "^1.0.0",
"inquirer": "^8.2.4",
"jest": "^27.3.1",
"jquery": "^3.6.0",
"matter-js": "^0.18.0",
"monaco-editor": "^0.44.0",
"node-fetch": "^2",
"os-browserify": "^0.3.0",
"react": "^18.0.0",
"react-dev-utils": "^12.0.1",
"react-docgen-typescript": "^2.2.2",
"react-docgen-typescript-plugin": "^1.0.8",
"react-dom": "^18.0.0",
"react-input-mask": "^2.0.4",
"react-intl": "^6.3.2",
"react-router-dom": "^5",
"react-scripts": "^5.0.0",
"sass": "^1.54.0",
"sass-loader": "^10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^2",
"ts-jest": "^27.0.7",
"type-fest": "^2.13.1",
"typescript": "^5",
"url": "^0.11.0",
"use-wallet": "0.13.5"
},
"dependencies": {
"@types/lodash": "^4.14.177",
"bignumber.js": "^9.0.2",
"deepdash": "^5.3.9",
"eslint-plugin-import-helpers": "^1.2.1",
"identity-obj-proxy": "^3.0.0",
"kill-port": "^2.0.0",
"lodash": "^4.17.21",
"sharp": "^0.30.3",
"webpack": "^5"
},
"resolutions": {
"**/html-webpack-plugin": "^5",
"**/webpack": "^5",
"**/react-docgen-typescript": "^2",
"**/cssom": "^0.5",
"**/@types/react": "^18"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prebuild": "rm -rf ./dist",
"build": "babel src --ignore \"**/*.e2e.ts,**/*.test.ts,**/*.test.tsx,**/*.stories.tsx\" --out-dir dist --extensions \".ts,.tsx\" --copy-files --no-copy-ignored --config-file=./.prod.babelrc",
"postbuild": "tsc",
"copy-css": "cpy --cwd=\"src\" \"**/*.{scss,svg}\" \"../dist\" --parents",
"dev:ts": "tsc --watch",
"dev:vite": "tsc -p ./tsconfig.vite.json --watch",
"dev:ai": "tsc --watch --project ./tsconfig-ai.json",
"dev": "babel src --ignore \"**/*.e2e.ts,**/*.test.ts,**/*.test.tsx,**/*.stories.tsx\" --out-dir dist --extensions \".ts,.tsx\" --copy-files --no-copy-ignored --config-file=./.prod.babelrc -w",
"test:watch": "jest --watchAll --coverage",
"deploy:storybook": "yarn build-storybook && firebase deploy --only hosting",
"test:e2e:watch": "cypress open --component --port 6005 --browser chrome",
"test:e2e": "cypress run --component --port 6015 --browser chrome",
"prepack": "yarn build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"peerDependencies": {
"@types/google-libphonenumber": "^7.4.27",
"@types/react-input-mask": "^3.0.3",
"chroma-js": "^2.4.2",
"color-seed": "^1.1.3",
"google-libphonenumber": "^3.2.33",
"monaco-editor": "^0.44.0",
"react-input-mask": "^2.0.4",
"use-wallet": "0.13.5"
}
}