-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.95 KB
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
{
"name": "occ-react-components.ts",
"version": "1.1.1",
"license": "MIT",
"scripts": {
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "react-scripts start",
"format": "prettier --write \"src/**/*.{ts,tsx}\""
},
"proxy": "https://www.discoverkidult.com/",
"author": "aboulmane<anassboulmane@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:oracle-commerce-cloud/occ-react-components.ts.git"
},
"entries": {
"occreactcomponent.widget": "./src/entries/OccReactComponent.tsx"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.(ts|tsx)": "prettier --write"
},
"dependencies": {
"react": "^16.11.0",
"react-dom": "^16.11.0",
"swr": "^0.1.16"
},
"devDependencies": {
"@oraclecc/dcu": "^1.9.0",
"@types/jest": "^24.0.22",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@welldone-software/why-did-you-render": "^3.3.8",
"husky": "^3.1.0",
"jquery": "^3.5.1",
"lint-staged": "^9.5.0",
"occ-react-scripts": "^3.4.6",
"prettier": "^1.18.2",
"typescript": "^3.7.2"
},
"externalsDependencies": {
"ccNumber": "ccNumber",
"currencyHelper": "currencyHelper",
"numberFormatHelper": "numberFormatHelper",
"ojs/ojcore": "ojs/ojcore",
"ojs/ojvalidation": "ojs/ojvalidation",
"knockout": "knockout",
"pageLayout/product": "pageLayout/product",
"pubsub": "pubsub",
"CCi18n": "CCi18n",
"ccConstants": "ccConstants",
"ccLogger": "ccLogger",
"notifier": "notifier",
"navigation": "navigation",
"ccRestClient": "ccRestClient",
"ccResourceLoader": "ccResourceLoader"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}