forked from VRK-YTI/yti-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "yti-common-ui",
"version": "0.1.0",
"private": true,
"peerDependencies": {
"dayjs": "^1.11.7",
"interweave": "^13.1.0",
"interweave-ssr": "^2.0.0",
"lodash": "^4.17.21",
"next": "^12.1.6",
"next-i18next": "^12.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"suomifi-icons": "^7.0.0",
"suomifi-ui-components": "^12.0.2",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@testing-library/react": "^12.1.2",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.6",
"@types/react": "17.0.30",
"@types/react-dom": "18.0.6",
"lint-staged": "^13.0.3",
"next-router-mock": "^0.7.4",
"react-modal": "^3.15.1",
"react-scripts": "5.0.1",
"typescript": "^4.7.2"
},
"scripts": {
"build": "react-scripts build",
"test": "TZ=UTC jest --watch",
"eject": "react-scripts eject",
"format": "prettier --write .",
"lint-staged": "lint-staged"
},
"dependencies": {
"suomifi-design-tokens": "^6.0.0",
"usehooks-ts": "^2.9.1"
}
}