-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
129 lines (129 loc) · 4.2 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
{
"name": "data-transparency-ui",
"version": "6.3.5",
"description": "Library of UI components powering Data Transparency websites",
"main": "dist/index.js",
"style": "dist/data-transparency-ui.css",
"types": "index.d.ts",
"scripts": {
"prepare": "npm run build-cl",
"build-cl": "webpack --progress --config webpack.config.js",
"build-sb": "build-storybook -c .storybook -o docs -s ./assets,./assets/fonts",
"start": "start-storybook --port 3001 -s ./assets,./assets/fonts",
"lint": "./node_modules/.bin/eslint --config .eslintrc --ext .jsx,.js components/*;",
"test": "./node_modules/.bin/jest; exit 0;",
"build": "npm run build-cl && npm run build-sb"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fedspendingtransparency/data-transparency-ui.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fedspendingtransparency/data-transparency-ui/issues"
},
"homepage": "https://github.com/fedspendingtransparency.github.io/data-transparency-ui",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-a11y": "^6.5.9",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-console": "^1.2.3",
"@storybook/addon-docs": "^6.4.22",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-viewport": "^6.5.9",
"@storybook/react": "^6.1.21",
"@storybook/source-loader": "^6.5.9",
"@storybook/theming": "^6.5.9",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-module-resolver": "^5.0.0",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jasmine": "^2.10.1",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^5.0.2",
"jest": "^28.1.2",
"jest-cli": "^28.1.2",
"jsdom": "^24.0.0",
"mini-css-extract-plugin": "^2.5.3",
"postcss-loader": "^3.0.0",
"react-is": "^18.3.1",
"resolve-url-loader": "^3.1.5",
"sass-loader": "^8.0.0",
"storybook": "^5.1.11",
"trim": "^1.0.1",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@storybook/addon-controls": "^6.5.9",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"accounting": "^0.4.1",
"acorn": "^8.7.1",
"ajv": "^8.11.0",
"ajv-keywords": "^5.1.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.4.5",
"decode-uri-component": "^0.2.2",
"deep-object-diff": "^1.1.9",
"express": "^4.18.2",
"glob-parent": "6.0.1",
"http-cache-semantics": "^4.1.1",
"json5": "^2.2.3",
"loader-utils": "^3.2.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"qs": "^6.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"react-transition-group": "^4.4.1",
"require-from-string": "^2.0.2",
"sass": "^1.53.0",
"trim": "^1.0.1",
"typescript": "^4.7.4"
},
"resolutions": {
"trim": "1.0.1",
"trim-newlines": "4.0.2",
"got": "11.8.5",
"glob-parent": "6.0.2",
"minimist": "1.2.6",
"shelljs": "0.8.5",
"minimatch": "7.4.2",
"http-cache-semantics": "4.1.1",
"npm-registry-fetch": "14.0.3",
"json5": "2.2.3",
"ajv-keywords": "5.1.0"
},
"browserslist": [
"last 2 versions",
"ie 6-8",
"Firefox > 20",
"iOS 7"
]
}