-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.75 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
{
"name": "time-tracker-lib",
"version": "2.6.1",
"description": "Time Tracker App Component Library",
"scripts": {
"dev": "yarn watch & yarn storybook",
"watch": "tsc -w",
"prepare": "tsc",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"main": "dist/index.js",
"source": "src/index.tsx",
"author": "Matthijs Kralt",
"repository": "TiceTrackerApp/time-tracker-lib",
"license": "MIT",
"dependencies": {
"@iconify/icons-ant-design": "^1.1.0",
"@iconify/icons-carbon": "^1.1.0",
"@iconify/icons-ic": "^1.1.1",
"@iconify/icons-mdi-light": "^1.1.0",
"@iconify/react": "^1.1.3",
"bootstrap": "^4.5.3"
},
"devDependencies": {
"@apollo/client": "^3.3.6",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-essentials": "^6.1.11",
"@storybook/addon-links": "^6.1.11",
"@storybook/node-logger": "^6.1.11",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.1.11",
"@storybook/storybook-deployer": "^2.8.7",
"@types/react": "^17.0.0",
"@types/react-motion": "^0.0.29",
"@types/react-router-dom": "^5.1.6",
"@types/styled-components": "^5.1.5",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"dayjs": "^1.9.7",
"formik": "^2.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-motion": "^0.5.2",
"react-router-dom": "^5.2.0",
"reactstrap": "^8.7.1",
"storybook-addon-designs": "^5.4.2",
"style-loader": "^2.0.0",
"styled-components": "^5.2.1",
"ticeboxes": "^2.0.3",
"typescript": "^4.1.3"
},
"peerDependencies": {
"react": "^17.0.2"
}
}