forked from aws/aws-northstar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
177 lines (177 loc) · 6.27 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "aws-northstar",
"version": "0.0.1-development",
"description": "NorthStar Design System",
"main": "index.js",
"homepage": "https://northstar.aws-prototyping.cloud/",
"keywords": [
"ui",
"design-system",
"front-end",
"web",
"react",
"react-component",
"aws-northstar"
],
"scripts": {
"build:build-readme": "cp ./README_NPM_PACKAGE.md ./build/README.md && cat ./docs/GettingStarted.md >> ./build/README.md",
"build:copy-file": "cp ./package.json ./build/",
"build": "tsc --build tsconfig.build.json && npm run generate:attribution && npm run build:copy-file && npm run build:build-readme",
"build:esm": "tsc --build tsconfig.build.esm.json",
"check:all": "npm run test:all && npm run build && npm run storybook:build && npm run styleguide:build",
"generate:attribution": "generate-attribution && mv oss-attribution/attribution.txt LICENSE-THIRD-PARTY",
"license:check": "license-checker --summary --production --onlyAllow 'MIT;Apache-2.0;Unlicense;BSD;BSD*;BSD-2-Clause;BSD-3-Clause;ISC;Zlib;WTFPL;Custom: https://github.com/tmcw/jsonlint;Custom: http://badges.github.io/stability-badges/dist/stable.svg;Custom: https://github.com/substack/node-browserify'",
"lint:fix": "eslint --fix --quiet --ext .ts --ext .tsx --ext .js --ext .jsx .",
"lint": "eslint --quiet --ext .ts --ext .tsx --ext .js --ext .jsx .",
"prettier": "prettier --write {src,infra,styleguide}{/**/,/}**.{js,jsx,ts,tsx}",
"storybook:build": "build-storybook -s ./public -o storybook.out",
"storybook": "start-storybook -s ./public -p 9090",
"styleguide:build": "styleguidist build",
"styleguide": "styleguidist server",
"test:all": "npm run lint && npm run test:ci",
"test:ci": "npm run test -- --coverage && npm run license:check && git secrets --scan",
"test": "jest",
"test:watch": "jest --runInBand --watch ./src"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm run test:ci",
"commit-msg": "./node_modules/git-conventional-commits/cli.js commit-msg-hook $HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"(src|infra|styleguide|docs)(/**/|/*)**.(js|jsx|ts|tsx)": [
"npm run lint:fix"
]
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-northstar"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.1",
"@storybook/addon-a11y": "^6.1.17",
"@storybook/addon-actions": "^6.1.17",
"@storybook/addon-console": "^1.2.3",
"@storybook/addon-docs": "^6.1.17",
"@storybook/addon-links": "^6.1.17",
"@storybook/addon-storysource": "^6.1.17",
"@storybook/addon-viewport": "^6.1.17",
"@storybook/addons": "^6.1.17",
"@storybook/cli": "^6.1.17",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.1.17",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.20",
"@types/jest-axe": "^3.2.2",
"@types/lodash.orderby": "^4.6.6",
"@types/node": "^14.14.28",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^5.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^2.5.1",
"git-conventional-commits": "^1.0.5",
"husky": "^4.3.8",
"jest": "25.2.3",
"jest-axe": "^3.4.0",
"license-checker": "^25.0.1",
"lint-staged": "^10.0.9",
"lodash.orderby": "^4.6.0",
"oss-attribution-generator": "^1.7.1",
"plotly.js": "^1.54.7",
"prettier": "^2.2.1",
"react": "^16.12.0",
"react-color-square": "^1.0.1",
"react-docgen-typescript-loader": "^3.6.0",
"react-docgen-typescript-webpack-plugin": "^1.1.0",
"react-dom": "^16.12.0",
"react-map-gl": "^5.2.9",
"react-pivottable": "^0.9.0",
"react-plotly.js": "^2.4.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-styleguidist": "^11.1.5",
"react-test-renderer": "^17.0.1",
"storybook-react-router": "^1.0.8",
"style-loader": "^2.0.0",
"ts-jest": "^25.2.1",
"ts-loader": "^8.0.17",
"typescript": "^3.9.5",
"url-loader": "^4.1.1",
"webpack": "^4.41.6"
},
"dependencies": {
"@data-driven-forms/react-form-renderer": "^2.5.3",
"@date-io/date-fns": "^1.3.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@material-ui/pickers": "^3.2.10",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.isequal": "^4.5.5",
"@types/match-sorter": "^4.0.0",
"@types/react-table": "7.0.10",
"@types/recharts": "^1.8.10",
"@types/uuid": "^7.0.0",
"clsx": "^1.1.1",
"date-fns": "^2.13.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"match-sorter": "^4.0.2",
"react-table": "7.0.0-rc.16",
"react-use-localstorage": "^3.4.1",
"recharts": "^1.8.5",
"remove": "^0.1.5",
"uuid": "^7.0.1"
},
"peerDependencies": {
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"plotly.js": "^1.54.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-map-gl": "^5.2.9",
"react-pivottable": "^0.9.0",
"react-plotly.js": "^2.4.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}