forked from Qld-Health-Online-Team/design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.36 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
{
"name": "@qhealth-design-system/core",
"version": "1.8.4",
"description": "",
"licence": "MIT",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack/webpack.prod.js",
"build-all": "npm run build && npm run jsdoc",
"serve": "webpack-dev-server --open --config webpack/webpack.dev.js",
"add-component": "bash scripts/add_component.sh",
"jsdoc": "./node_modules/jsdoc/jsdoc.js -a all -c jsdoc.json -r -R README.md ./src/components/ -d ./documentation/jsdoc",
"lint:js": "eslint \"./src/**/*.js\"",
"lint:styles": "stylelint \"./src/**/*.css\" \"./src/**/*.scss\" \"!./src/**/*.min.css\"",
"lint": "npm run lint:js && npm run lint:styles"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"autoprefixer": "^10.4.14",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.31.0",
"css-loader": "^5.2.6",
"eslint": "^8.43.0",
"eslint-webpack-plugin": "^4.0.1",
"glob": "^7.2.0",
"handlebars": "^4.7.8",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.5.3",
"import-glob-loader": "^1.1.0",
"imports-loader": "^4.0.1",
"jsdoc": "^4.0.2",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"string-replace-loader": "^3.1.0",
"style-loader": "^3.3.3",
"stylelint": "^15.9.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-scss": "^5.0.1",
"stylelint-webpack-plugin": "^4.1.1",
"terser-webpack-plugin": "^5.3.9",
"url-loader": "^4.1.1",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"bloodhound-js": "^1.2.3",
"corejs-typeahead": "^1.3.1",
"datatables.net": "^1.13.4",
"datatables.net-dt": "^1.13.4",
"extract-loader": "^5.1.0",
"handlebars-loader": "^1.7.1",
"highlight.js": "^11.1.0",
"jquery": "^3.5.1",
"jquery-ui": "^1.13.0",
"jquery-validation": "^1.19.3",
"node-jq": "^2.0.0",
"prismjs": "^1.29.0",
"select2": "^4.1.0-rc.0",
"slick-carousel": "^1.8.1",
"tinymce": "^5.8.2",
"to-string-loader": "^1.1.6",
"webpack-merge": "^4.2.2"
}
}