forked from EasyDynamics/oscal-react-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.96 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
{
"name": "@easydynamics/oscal-viewer",
"homepage": ".",
"version": "0.5.2-0",
"private": "true",
"repository": {
"type": "git",
"url": "https://github.com/EasyDynamics/oscal-react-library.git",
"directory": "example"
},
"scripts": {
"start": "node ../node_modules/react-scripts/bin/react-scripts.js start",
"build": "node ../node_modules/react-scripts/bin/react-scripts.js build",
"test": "node ../node_modules/react-scripts/bin/react-scripts.js test",
"eject": "node ../node_modules/react-scripts/bin/react-scripts.js eject"
},
"dependencies": {
"@EasyDynamics/oscal-react-library": "file:..",
"@mui/icons-material": "file:../node_modules/@mui/icons-material",
"@mui/material": "file:../node_modules/@mui/material",
"history": "file:../node_modules/history",
"react": "file:../node_modules/react",
"react-dom": "file:../node_modules/react-dom",
"react-ga4": "^1.4.1",
"react-router-dom": "file:../node_modules/react-router-dom",
"react-scripts": "file:../node_modules/react-scripts",
"web-vitals": "^3.1.1"
},
"devDependencies": {
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@testing-library/jest-dom": "file:../node_modules/@testing-library/jest-dom",
"@testing-library/react": "file:../node_modules/@testing-library/react",
"@testing-library/user-event": "file:../node_modules/@testing-library/user-event"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"files": [
"build"
],
"jest": {
"transformIgnorePatterns": [
"(?!(/node_modules/(react-markdown|vfile|vfile-message|unist-.*|unified|bail|is-plain-obj|trough|remark-.*|mdast-util-.*|micromark.*|decode-named-character-reference|character-entities|property-information|hast-util-whitespace|space-separated-tokens|comma-separated-tokens|pretty-bytes|trim-lines)/))(/node_modules/.+.(js|jsx|mjs|cjs|ts|tsx)$)",
"^.+.module.(css|sass|scss)$"
]
}
}