-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.9 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
{
"name": "danni-s-avatar-builder",
"version": "1.3.0",
"author": "dariadia",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postinstall": "husky install"
},
"dependencies": {
"@artsy/fresnel": "^1.9.0",
"@styled-system/css": "^5.1.5",
"danni-s-design-system": "0.4.0",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"framer-motion": "^4.1.17",
"husky": "^7.0.1",
"lint-staged": "10.4.0",
"next": "latest",
"next-i18next": "^8.5.5",
"polished": "^4.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"styled-components": "^5.2.3",
"styled-normalize": "^8.0.7",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@testing-library/jest-dom": "^5.1.0",
"@testing-library/react": "^11.0.0",
"@types/dom-to-image": "^2.6.3",
"@types/file-saver": "^2.0.3",
"@types/node": "15.0.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.0",
"@types/styled-system": "^5.1.10",
"@types/styled-system__css": "^5.0.14",
"@types/styled-system__should-forward-prop": "^5.1.2",
"@typescript-eslint/eslint-plugin": "4.2.0",
"@typescript-eslint/parser": "4.2.0",
"babel-eslint": "10.1.0",
"babel-jest": "^25.1.0",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "7.9.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "24.0.2",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.1",
"eslint-plugin-react-hooks": "4.1.2",
"nodemon": "^2.0.7",
"normalize-url": ">=4.5.1",
"prettier": "2.1.2",
"prettier-eslint": "11.0.0",
"typescript": "^4.2.0"
},
"license": "MIT"
}