-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
136 lines (136 loc) Β· 4.19 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@nordcloud/gnui",
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
"version": "10.4.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nordcloud/GNUI.git"
},
"author": "Nordcloud Engineering",
"bugs": {
"url": "https://github.com/nordcloud/GNUI"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
"files": [
"dist/**"
],
"scripts": {
"storybook": "storybook dev -p 9009",
"build-storybook": "storybook build",
"build": "rollup -c --bundleConfigAsCjs",
"test": "vitest",
"test:watch": "vitest watch",
"test:commit": "npm run test -- --changed --silent --watch false",
"test:all": "npm run test -- --silent --watch false",
"format": "prettier --write \"**/*\" --ignore-unknown",
"check:types": "tsc --pretty",
"check:format": "prettier --check \"**/*\" --ignore-unknown",
"check:knip": "knip",
"lint": "eslint . --report-unused-disable-directives",
"lint:quiet": "npm run lint -- --quiet",
"lint:css": "stylelint '**/*.+(ts|tsx)'",
"lint:css:quiet": "npm run lint:css -- --quiet",
"lint:lockfile": "lockfile-lint",
"validate:all": "npm-run-all --parallel check:types check:format check:knip lint:quiet lint:css:quiet lint:lockfile test:all",
"prepare": "patch-package && husky install"
},
"engines": {
"node": "~18.12.0 || ~18.13.0",
"npm": "~8.19.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"styled-components": "^5.3.0"
},
"dependencies": {
"@types/styled-system": "^5.1.22",
"date-fns": "^2.30.0",
"lodash.clonedeep": "^4.5.0",
"polished": "^4.2.2",
"react-content-loader": "^6.2.1",
"react-day-picker": "^8.8.2",
"react-helmet": "^6.1.0",
"react-if": "^4.1.5",
"react-select": "^5.7.7",
"styled-components-breakpoint": "^3.0.0-preview.20",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@nordcloud/eslint-config-pat": "^9.3.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-mdx-gfm": "^7.6.7",
"@storybook/addons": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/react-vite": "^7.6.7",
"@storybook/theming": "^7.6.7",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^18.19.4",
"@types/react": "^18.2.23",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.8",
"@types/react-helmet": "^6.1.11",
"@types/styled-components": "^5.1.34",
"babel-plugin-styled-components": "^1.12.1",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"knip": "^2.43.0",
"lint-staged": "^13.3.0",
"lockfile-lint": "^4.12.1",
"npm-run-all": "^4.1.5",
"patch-package": "^6.5.1",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-awesome-styled-grid": "^3.1.4",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"rollup": "^3.29.4",
"rollup-plugin-typescript2": "^0.36.0",
"storybook": "^7.6.7",
"styled-components": "^5.3.11",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.6"
},
"overrides": {
"@babel/traverse": "~7.23.7",
"minimist": "~1.2.8",
"shell-quote": "~1.7.3",
"terser": "~4.8.1",
"tmpl": "~1.0.5",
"trim": "~0.0.3",
"y18n": "~4.0.3",
"hosted-git-info": "~2.8.9",
"ssri": "~6.0.2",
"elliptic": "~6.5.4",
"path-parse": "~1.0.7",
"json5": "^1.0.2",
"decode-uri-component": "^0.2.1"
}
}