-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
133 lines (133 loc) · 4.67 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
{
"name": "@undp/design-system",
"version": "1.3.9",
"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"
},
"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.24.7",
"@babel/preset-typescript": "^7.23",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-mdx-gfm": "^8.4.7",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.4.7",
"@storybook/cli": "^8.4.7",
"@storybook/client-logger": "^8.4.7",
"@storybook/manager-api": "^8.4.7",
"@storybook/preview-api": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@whitespace/storybook-addon-html": "^6.1.1",
"@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": "^11.7.1",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.32",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^7.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": "^3.1.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-spellcheck": "0.0.20",
"eslint-plugin-storybook": "^0.11.1",
"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",
"motion-ui": "^2.0.8",
"path": "^0.12.7",
"postcss-cli": "^10.1.0",
"postcss-loader": "^7.3.0",
"prettier": "^3.3.3",
"prettier-eslint": "^16.1.2",
"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-embedded": "^1.81.0",
"sass-loader": "^16.0.3",
"storybook": "^8.4.7",
"style-loader": "^3.3.2",
"stylelint": "^16.9.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended-scss": "^14.1.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.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swiper": "^11.1.15"
},
"repository": {
"type": "git",
"url": "https://github.com/undp/design-system.git"
},
"bugs": {
"url": "https://github.com/undp/design-system/issues"
},
"packageManager": "npm@10.9.0+sha512.65a9c38a8172948f617a53619762cd77e12b9950fe1f9239debcb8d62c652f2081824b986fee7c0af6c0a7df615becebe4bf56e17ec27214a87aa29d9e038b4b"
}