forked from digdir/designsystemet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.28 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "root",
"private": true,
"workspaces": [
"packages/*",
"docs"
],
"scripts": {
"storybook": "cd docs && yarn storybook",
"build": "npx lerna run build",
"build-react": "cd packages/react && yarn build",
"build-storybook": "cd docs && yarn build-storybook",
"test": "jest",
"add-component-core": "node scripts/add-component.mjs",
"lerna:version": "lerna version --conventional-commits --no-private",
"lerna:publish": "lerna publish from-git"
},
"devDependencies": {
"@altinn/figma-design-tokens": "^5.0.0",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@navikt/ds-icons": "^1.5.9",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-image": "^3.0.1",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^14.0.0",
"@rollup/plugin-typescript": "^8.5.0",
"@storybook/addon-docs": "^6.5.10",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/preset-scss": "^1.0.3",
"@svgr/cli": "^6.5.1",
"@svgr/core": "^6.5.1",
"@svgr/rollup": "^6.5.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@tippyjs/react": "^4.2.6",
"@types/jest": "^29.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"babel-jest": "^29.0.3",
"classnames": "^2.3.1",
"eslint": "8.22.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.6",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.4",
"identity-obj-proxy": "3.0.0",
"jest": "^29.0.3",
"jest-css-modules-transform": "^4.4.2",
"jest-environment-jsdom": "^29.0.3",
"lerna": "^5.5.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"react": "^18.1.0",
"react-dom": "^18.0.0",
"react-syntax-highlighter": "^15.5.0",
"rollup": "^2.79.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.54.9",
"sass-loader": "^13.0.2",
"storybook-addon-designs": "^6.3.1",
"ts-jest": "^29.0.1",
"tslib": "^2.4.1"
},
"dependencies": {
"@babel/preset-react": "^7.18.6",
"@commitlint/cli": "^17.4.1",
"@commitlint/config-conventional": "^17.4.0",
"@types/lodash.startcase": "^4.4.7",
"@types/node": "^18.11.11",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/rimraf": "^3.0.2",
"axios": "^1.2.1",
"camelcase": "^7.0.0",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"husky": "^8.0.3",
"lodash.startcase": "^4.4.0",
"lucide-react": "^0.104.1",
"p-limit": "^3.1.0",
"react-number-format": "^5.1.2",
"react-tippy": "^1.4.0",
"rimraf": "^3.0.2",
"svgo": "^3.0.2",
"terser": "^5.16.0",
"ts-node": "^10.9.1"
}
}