-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.48 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
{
"name": "microsoft-teams-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"icon": "svgr icons -d components/icons --icon --replace-attr-values \"#616161=currentColor\",\"#fff=currentColor\",\"#8A8886=currentColor\",\"#424242=currentColor\",\"#242424=currentColor\",\"#6264A7=currentColor\""
},
"dependencies": {
"@fluentui/react-icons": "^0.4.1",
"@fluentui/react-icons-northstar": "^0.52.0",
"@reduxjs/toolkit": "^1.5.0",
"@uifabric/react-hooks": "^7.13.11",
"apexcharts": "^3.25.0",
"classnames": "^2.2.6",
"next": "10.0.5",
"office-ui-fabric-react": "^7.161.0",
"react": "17.0.1",
"react-apexcharts": "^1.3.7",
"react-dom": "17.0.1",
"react-redux": "^7.2.2",
"react-responsive-carousel": "^3.2.12"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@storybook/addon-actions": "^6.1.15",
"@storybook/addon-essentials": "^6.1.15",
"@storybook/addon-links": "^6.1.15",
"@storybook/react": "^6.1.15",
"@svgr/cli": "^5.5.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^3.3.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.3",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react-is": "^16.13.1",
"style-loader": "^2.0.0"
}
}