This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.4 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
75
76
77
{
"name": "tlp-next-eid",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"lint:all": "eslint .",
"lint:style": "stylelint \"**/*.css\"",
"test": "jest"
},
"dependencies": {
"@altinn/figma-design-tokens": "^6.0.1",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@digdir/design-system-react": "^0.12.0",
"@digdir/design-system-tokens": "^0.0.3",
"@digdir/tlp-react": "^0.1.5",
"@navikt/aksel-icons": "^2.9.3",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.1",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@formatjs/intl-localematcher": "0.2.32",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"classnames": "^2.3.2",
"eslint": "8.22.0",
"eslint-config-next": "13.3.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"i18next": "^22.4.15",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-css-modules-transform": "^4.4.2",
"jest-environment-jsdom": "^29.5.0",
"negotiator": "^0.6.3",
"next": "13.4.3",
"next-redux-wrapper": "^8.1.0",
"normalize.css": "^8.0.1",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.2.2",
"react-redux": "^8.0.5",
"stylelint": "^15.6.0",
"stylelint-config-css-modules": "^4.2.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^33.0.0",
"stylelint-prettier": "^3.0.0",
"ts-jest": "^29.1.0",
"typescript": "5.0.4",
"typescript-plugin-css-modules": "^5.0.1"
},
"devDependencies": {
"@types/negotiator": "0.6.1",
"@types/node": "^18.11.5",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"eslint-plugin-prettier": "^4.2.1"
}
}