-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.19 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
{
"name": "@delab-team/de-ui",
"version": "0.0.29",
"description": "A versatile and customizable React UI library designed to streamline the development of beautiful and responsive user interfaces. Packed with a rich set of components and themes, it empowers developers to create stunning web applications with ease.",
"repository": "https://github.com/delab-team/de-ui",
"homepage": "https://ui.delabteam.com",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "DeLab Team",
"license": "MIT",
"keywords": [
"package",
"blockchain",
"ton",
"ui",
"web3"
],
"scripts": {
"start": "webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc && yarn webpack --mode production",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@reduxjs/toolkit": "^1.9.6",
"@types/classnames": "^2.3.1",
"@types/react": "^18.2.21",
"@types/uuid": "^9.0.4",
"classnames": "^2.3.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"mini-css-extract-plugin": "^2.7.6",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.3",
"uuid": "^9.0.1"
},
"private": false,
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@storybook/addon-essentials": "7.4.2",
"@storybook/addon-interactions": "7.4.2",
"@storybook/addon-links": "7.4.2",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/blocks": "7.4.2",
"@storybook/preset-create-react-app": "7.4.2",
"@storybook/react": "^7.4.2",
"@storybook/react-webpack5": "7.4.2",
"@storybook/testing-library": "0.2.1",
"@types/node": "^18.7.6",
"@types/react-dom": "^18.2.7",
"@types/webpack": "^5.28.2",
"@types/webpack-dev-server": "^4.7.2",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"babel-plugin-named-exports-order": "0.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-storybook": "^0.6.13",
"node-polyfill-webpack-plugin": "^2.0.1",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"prop-types": "15.8.1",
"react": "^18.2.0",
"source-map-loader": "^1.0.0",
"storybook": "7.4.2",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.7.4",
"url": "^0.11.0",
"url-loader": "^4.1.1",
"util": "^0.12.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}