-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 986 Bytes
/
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
{
"name": "chayns-zoom",
"version": "1.0.0",
"private": true,
"description": "Let's you see the profile pictures of chayns® users in a larger format.",
"keywords": [
"chayns",
"chayns-toolkit",
"react"
],
"scripts": {
"build": "chayns-toolkit build",
"dev": "chayns-toolkit dev",
"format": "prettier . --write",
"lint": "chayns-toolkit lint"
},
"prettier": {
"proseWrap": "always",
"singleQuote": true,
"tabWidth": 4
},
"eslintConfig": {
"extends": "@chayns-toolkit"
},
"dependencies": {
"chayns-components": "^4.21.12",
"chayns-hooks": "^1.0.4",
"framer-motion": "^6.2.3",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"chayns-toolkit": "^1.6.3",
"prettier": "^2.3.0",
"prettier-plugin-packagejson": "^2.2.11"
}
}