-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
96 lines (96 loc) · 2.93 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "formio-qld",
"version": "1.0.4",
"description": "",
"authors": {
"name": "Smart Service Queensland, Queensland Government",
"email": "qol.development@smartservice.qld.gov.au"
},
"contributors": [
{
"name": "Devon Chau",
"email": "devonpis@gmail.com"
}
],
"license": "MIT",
"homepage": "http://www.qld.gov.au/",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/qld-gov-au/formio.git"
},
"browserslist": [
"last 3 Chrome versions",
"iOS >= 12"
],
"scripts": {
"all": "npm install && npm run lint && npm run build && npm run test && npm run build-storybook",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "eslint --fix --ext .js,.md,.mdx,.json .",
"build": "webpack",
"test": "jest",
"validate": "npm run lint && npm run test",
"build-all": "npm run build && npm run build-storybook",
"storybook-run": "npm run build && npm run storybook"
},
"optionalDependencies": {
"@formio/premium": "1.19.1"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@chromatic-com/storybook": "^2.0.2",
"@storybook/addon-actions": "^8.3.5",
"@storybook/addon-docs": "^8.3.5",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-mdx-gfm": "^8.3.5",
"@storybook/addon-themes": "^8.3.5",
"@storybook/addon-webpack5-compiler-babel": "3.0.3",
"@storybook/blocks": "^8.2.3",
"@storybook/html": "^8.3.5",
"@storybook/html-webpack5": "^8.3.5",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/user-event": "^13.5.0",
"autocompleter": "^9.3.2",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-storybook": "0.8.0",
"eslint-webpack-plugin": "^4.2.0",
"formiojs": "4.21.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.9.1",
"moment": "^2.30.1",
"prettier": "^3.3.3",
"raw-loader": "^4.0.2",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"storybook": "^8.2.3",
"style-loader": "^4.0.0",
"unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"core-js": "^3.38.1",
"native-promise-only": "^0.8.1",
"regenerator-runtime": "^0.14.1"
}
}