forked from qld-gov-au/qgds-bootstrap5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.06 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": "@qld-gov-au/qgds-bootstrap5",
"version": "1.0.35",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run build",
"lint": "eslint --fix --ext .js,.json --ignore-pattern 'docs/*' --ignore-pattern 'dist/*' .",
"build": "node build.js",
"test": "echo 'no tests yet'",
"watch": "node build.js --watch",
"serve": "live-server dist",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"files": [
"dist",
"docs"
],
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"bootstrap": "^5.3.1",
"material-symbols": "^0.14.7"
},
"devDependencies": {
"@storybook/addon-essentials": "8.0.4",
"@storybook/addon-interactions": "8.0.4",
"@storybook/addon-links": "8.0.4",
"@storybook/blocks": "8.0.4",
"@storybook/cli": "8.0.4",
"@storybook/html": "8.0.4",
"@storybook/html-vite": "8.0.4",
"@storybook/html-webpack5": "8.0.4",
"@storybook/manager-api": "8.0.4",
"@storybook/test": "8.0.4",
"@storybook/theming": "8.0.4",
"@stylistic/eslint-plugin-js": "1.5.3",
"@vitejs/plugin-vue": "5.0.3",
"@whitespace/storybook-addon-html": "6.0.2",
"autoprefixer": "^10.4.15",
"chalk": "^4.1.2",
"esbuild": "0.20.2",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-plugin-handlebars": "1.0.2",
"esbuild-plugin-eslint": "^0.3.7",
"esbuild-sass-plugin": "3.2.0",
"eslint": "8.57.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-json": "^3.1.0",
"live-server": "^1.1.0",
"minimist": "^1.2.8",
"onchange": "^7.1.0",
"postcss": "^8.4.29",
"prettier": "3.2.5",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"rimraf": "^5.0.5",
"sass": "^1.70.0",
"storybook": "8.0.4",
"vite": "^5.0.12",
"watch": "^0.13.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}