-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.51 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
{
"name": "@cloud-technology/ui-template",
"version": "0.0.13",
"private": true,
"main": "./src/index.js",
"scripts": {
"setup": "cross-env npm install --save-dev",
"sass": "sass --watch ./src --load-path ./node_modules/@carbon --load-path node_modules --load-path .",
"clean-ts": "find . -type f -name \"*.d.ts\" -delete",
"clean-css": "find . -type f -name \"*.css\" -delete && find . -type f -name \"*.css.map\" -delete",
"analyze": "npm run build --production && source-map-explorer \"build/static/js/*.js\"",
"patch": "node Version.js --Increment --Write --Patch",
"minor": "node Version.js --Increment --Write --Patch",
"major": "node Version.js --Increment --Write --Patch",
"outdated": "node ./node_modules/.bin/npm-check-outdated",
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "react-scripts start",
"test": "react-scripts test"
},
"dependencies": {
"@carbon/elements": "^10.46.0",
"@carbon/feature-flags": "^0.6.0",
"@carbon/grid": "^10.39.0",
"@carbon/ibm-cloud-cognitive": "^0.98.0",
"@carbon/ibm-security": "^2.8.1",
"@carbon/icons-react": "^10.42.0",
"@carbon/react": "^0.8.2",
"axios": "^0.21.1",
"axios-cache-adapter": "^2.7.3",
"browserify": "^17.0.0",
"carbon-components": "^10.47.1",
"carbon-components-react": "^7.47.2",
"history": "^5.1.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.2",
"react-router-dom": "^6.0.1",
"react-scripts": "^4.0.3",
"react-table": "^7.7.0",
"webpack": "^4.44.2"
},
"devDependencies": {
"@cloud-technology/npm-outdated": "cloud-hybrid/npm-outdated#Development",
"@types/react-table": "^7.7.8",
"html-webpack-plugin": "^5.5.0",
"http-proxy-middleware": "^2.0.1",
"json-loader": "^0.5.7",
"postcss-custom-properties": "^10.0.0",
"postcss-normalize": "^10.0.1",
"prop-types": "^15.7.2",
"react-dev-utils": "^11.0.4",
"sass": "1.38.2",
"source-map-explorer": "^2.5.2",
"styled-components": "^5.3.3",
"web-vitals": "^2.1.2"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,md,yml}": "prettier --write"
},
"browserslist": [
"last 1 version"
]
}