forked from undp/design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.33 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
{
"name": "@undp/design-system",
"version": "1.2.6",
"description": "UNDP Design System",
"homepage": "https://design.undp.org",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --loglevel verbose",
"postinstall": "patch-package"
},
"keywords": [
"UNDP",
"United Nations",
"Design System",
"React",
"Storybook"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.23",
"@babel/core": "^7.23",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23",
"@babel/plugin-proposal-export-default-from": "^7.22",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.22",
"@babel/plugin-transform-block-scoping": "^7.23",
"@babel/plugin-transform-classes": "^7.22",
"@babel/plugin-transform-destructuring": "^7.23",
"@babel/plugin-transform-for-of": "^7.22",
"@babel/plugin-transform-parameters": "^7.22.5",
"@babel/plugin-transform-shorthand-properties": "^7.22",
"@babel/plugin-transform-spread": "^7.22",
"@babel/preset-env": "^7.22",
"@babel/preset-react": "^7.22",
"@babel/preset-typescript": "^7.23",
"@storybook/addon-a11y": "^7.4.5",
"@storybook/addon-actions": "^7.4.5",
"@storybook/addon-docs": "^7.4.5",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/cli": "^7.4.5",
"@storybook/mdx1-csf": "^1.0.0",
"@storybook/react": "^7.4.5",
"@storybook/react-webpack5": "^7.4.5",
"@whitespace/storybook-addon-html": "^5.1.6",
"@wordpress/babel-preset-default": "^7.24.0",
"alter-css-url-loader": "^1.1.3",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-polyfill-corejs3": "^0.8.1",
"babel-plugin-react-transform": "^3.0.0",
"babel-preset-env": "^1.7.0",
"chromatic": "^6.2",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.32",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mdx": "^2.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-spellcheck": "0.0.20",
"eslint-plugin-storybook": "^0.6.14",
"extract-loader": "^5.1.0",
"foundation-sites": "^6.7.5",
"glob": "^8.1.0",
"html-entities": "^2.4.0",
"lodash-webpack-plugin": "^0.11.6",
"mini-css-extract-plugin": "^2.7.5",
"patch-package": "^7.0.0",
"path": "^0.12.7",
"postcss-cli": "^10.1.0",
"postcss-loader": "^7.3.0",
"prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"prettier-stylelint": "^0.4.2",
"react-syntax-highlighter": "^15.5.0",
"remove-files-webpack-plugin": "^1.5.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.62.1",
"sass-loader": "^13.3.2",
"storybook": "^7.4.5",
"storybook-addon-rtl": "^0.5.0",
"style-loader": "^3.3.2",
"stylelint": "^15.10.3",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended-scss": "^11.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-scss": "^5.0",
"svg-spritemap-webpack-plugin": "^4.5.0",
"svgo": "^3.0.2",
"svgo-loader": "^4.0.0",
"webpack": "5.85.0",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.4"
},
"dependencies": {
"fitty": "^2.3.6",
"gsap": "^3.12.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^9.4"
},
"repository": {
"type": "git",
"url": "https://github.com/undp/design-system.git"
},
"bugs": {
"url": "https://github.com/undp/design-system/issues"
}
}