-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.21 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
{
"name": "mosaic",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"jest": "jest",
"cypress": "cypress open",
"cypress:headless": "cypress run",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prepare": "husky install"
},
"dependencies": {
"@mantine/core": "^4.2.6",
"@mantine/hooks": "^4.2.6",
"@mantine/next": "^4.2.6",
"axios": "^0.26.0",
"color": "3.2.1",
"d3-ease": "^3.0.1",
"framer-motion": "4.1.17",
"next": "12.0.7",
"react": "17.0.2",
"react-circular-progressbar": "^2.0.4",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-loading-skeleton": "^3.1.0",
"react-move": "^6.5.0",
"react-responsive": "^9.0.0-beta.6",
"react-scroll": "^1.8.7",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/preset-typescript": "^7.16.7",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/cli": "^6.4.9",
"@storybook/react": "^6.4.9",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/color": "^3.0.3",
"@types/d3-ease": "^3.0.0",
"@types/jest": "^27.4.1",
"@types/node": "17.0.5",
"@types/react": "17.0.38",
"@types/react-dom": "^18.0.3",
"@types/react-scroll": "^1.8.3",
"@types/react-test-renderer": "^17.0.1",
"@types/stack-utils": "^2.0.1",
"@types/styled-components": "^5.1.24",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^2.0.7",
"cypress": "^10.8.0",
"eslint": "^8.5.0",
"eslint-config-mantine": "^1.1.0",
"eslint-config-next": "12.0.7",
"eslint-plugin-storybook": "^0.5.5",
"husky": "^7.0.0",
"jest": "^27.4.5",
"jest-styled-components": "^7.0.8",
"react-test-renderer": "^17.0.2",
"storybook-addon-styled-component-theme": "^2.0.0",
"ts-jest": "^27.1.3",
"typescript": "4.5.4"
}
}