forked from mobdata/classification-banner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.11 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
{
"name": "react-classification-banner",
"version": "1.0.20",
"description": "A React component for Automatically coloring banners for the top and bottom of a webpage that display the classification level.",
"main": "./dist/ClassificationBanner.js",
"contributors": [
"Zac Poorman <[email protected]>",
"Adam McAree <[email protected]>",
"Connor Bulakites <[email protected]> (https://www.connorbulakites.com)",
"Daniel Kelly <[email protected]> (https://www.dankelly.dev)",
"Marita Carballo <[email protected]>",
"Timothy McKernan <[email protected]>",
"Christian Turner <[email protected]>"
],
"license": "MIT",
"scripts": {
"clean": "rm dist/*",
"build": "npm run clean && rm -rf dist && set NODE_ENV=production&& babel src --out-dir dist --copy-files --ignore __tests__,spec.jsx,test.jsx,__snapshots__",
"lint": "eslint src",
"test": "jest --coverage --collectCoverageFrom=src/**/*.{js,jsx}"
},
"homepage": "http://github.com/oocaz/classification-banner#readme",
"dependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@testing-library/react": "^13.4.0",
"babel-eslint": "^10.1.0",
"babel-preset-react-app": "9.1.2",
"concurrently": "^5.3.0",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"pre-commit": "^1.2.2",
"react-css-modules": "^4.7.11",
"webpack": "4.44.1",
"webpack-cli": "^3.3.12"
},
"jest": {
"testEnvironment": "jsdom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oocaz/classification-banner.git"
},
"author": "",
"bugs": {
"url": "https://github.com/oocaz/classification-banner/issues"
},
"keywords": [
"react",
"classification",
"secret",
"banners"
]
}