-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
199 lines (199 loc) · 6.79 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
{
"name": "angle-grinder",
"license": "MIT",
"version": "4.0.43",
"scripts": {
"build": "rimraf dist && yarn build:wip",
"transpile": "babel ./examples/demo/mocker --out-dir ./examples/demo/mocker-server",
"build:wip": "webpack --mode=production --bail --profile --progress",
"grails-demo": "webpack-dev-server --mode=development --content-base ./examples/grails-demo",
"build-demo": "rimraf dis t && webpack --mode=production --content-base ./examples/demo",
"start-ag-demo": "webpack-dev-server --mode=development --content-base ./examples/ag-demo-ui",
"build-ag-demo": "webpack --mode=production --profile --progress --content-base ./examples/ag-demo-ui --pathout ./examples/ag-demo-grails/src/main/resources/public",
"watch-ag-demo": "webpack --watch --mode=development --config examples/ag-demo-ui/webpack.config.js --progress --content-base ./examples/ag-demo-ui --pathout ./examples/ag-demo-grails/src/main/resources/public",
"parcel": "parcel examples/simple/index.html",
"api": "webpack-dev-server --content-base ./examples/demo",
"parcel:build": "parcel build examples/simple/index.html",
"jest": "jest",
"svelte-dev": "webpack-dev-server --config examples/svelte/webpack.config.js --content-base examples/svelte"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@mdi/font": "^5.9.55",
"@popperjs/core": "^2.0.6",
"@testing-library/svelte": "^3.0.3",
"Select2": "^3.5.7",
"angular": "1.7.9",
"angular-animate": "^1.7.9",
"angular-breadcrumb": "^0.5.0",
"angular-cookies": "^1.7.9",
"angular-drag-and-drop-lists": "2.1.0",
"angular-formly": "^8.4.1",
"angular-ladda": "^0.4.3",
"angular-loading-bar": "^0.9.0",
"angular-resource": "1.7.9",
"angular-route": "1.7.9",
"angular-sanitize": "^1.7.9",
"angular-scroll": "1.0.2",
"angular-translate": "^2.18.2",
"angular-translate-loader-static-files": "^2.18.2",
"angular-ui-router": "^1.0.24",
"angular-xeditable": "^0.10.2",
"animate.css": "^3.7.2",
"apexcharts": "^3.27.3",
"api-check": "^7.5.5",
"blueimp-load-image": "~1.11.0",
"bootstrap": "4.6.0",
"bootstrap-sass": "^3.4.1",
"bulma": "yakworks/bulma",
"chance": "^1.1.8",
"clipboard": "^2.0.8",
"core-js": "^3.6.2",
"date-fns": "^2.28.0",
"dayjs": "^1.10.6",
"dequal": "^2.0.2",
"dotenv": "^10.0.0",
"esm": "^3.2.25",
"fast-safe-stringify": "^2.1.1",
"fastclick": "^1.0.6",
"feather-icons": "^4.28.0",
"font-awesome": "^4.7.0",
"framework7": "^6.3.4",
"framework7-icons": "^5.0.3",
"framework7-svelte": "^6.3.4",
"free-jqgrid": "4.13.3",
"fuse.js": "^6.4.6",
"highlight.js": "^10.7.2",
"jquery": "3.4.1",
"jquery-ui": "^1.12.1",
"ky": "^0.28.7",
"later": "*",
"lodash": "~4.17.15",
"notyf": "^3.10.0",
"perfect-scrollbar": "^1.5.0",
"popper.js": "^1.16.1",
"prismjs": "^1.19.0",
"svelte-select": "^4.4.6",
"svelte-spa-router": "^3.2.0",
"sweetalert2": "^9.7.0",
"tailwindcss": "^3.0.7",
"ti-icons": "^0.1.2",
"toastr": "~2.1.4",
"vanillajs-datepicker": "yakworks/vanillajs-datepicker",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.16.0",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@testing-library/jest-dom": "^5.14.1",
"@tsconfig/svelte": "^2.0.1",
"@types/node": "^16.11.12",
"@types/webpack-env": "^1.16.3",
"angular-mocks": "1.6.10",
"autoprefixer": "^10.4.0",
"babel-jest": "^27.1.1",
"babel-loader": "^8.0.6",
"babel-plugin-angularjs-annotate": "0.10.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-root-import": "^6.4.1",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"babel-plugin-wildcard": "^6.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-svelte3": "^3.2.1",
"file-loader": "^5.0.2",
"html-webpack-exclude-assets-plugin": "^0.0.7",
"html-webpack-plugin": "^3.2.0",
"http-server": "^13.0.1",
"husky": "^4.2.3",
"inject-imports-loader": "^1.0.2",
"jest": "^26.6.3",
"js-yaml": "^3.14.0",
"jsdoc-to-markdown": "^5.0.3",
"jsdom": "^15.2.1",
"karma": "^4.4.1",
"karma-babel-preprocessor": "^8.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^3.1.1",
"karma-jsdom-launcher": "^8.0.0",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"less": "^4.1.1",
"less-loader": "7.3.0",
"load-grunt-tasks": "^0.6.0",
"mime": "^1.2.11",
"mini-css-extract-plugin": "1.6.2",
"mocha": "^1.20.4",
"mocker-api": "^1.12.2",
"ng-showdown": "^1.1.0",
"nock": "^13.1.3",
"nodemon": "^1.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss": "^8.4.5",
"postcss-loader": "^4.3.0",
"precss": "^4.0.0",
"prettier": "^2.4.0",
"prettier-plugin-svelte": "^2.5.1",
"puppeteer": "^1.19.0",
"raw-loader": "^4.0.0",
"request": "^2.36.0",
"sass": "^1.39.0",
"sass-loader": "^8.0.2",
"sinon": "^8.0.4",
"sinon-chai": "^3.4.0",
"style-loader": "^1.1.2",
"svelte": "^3.42.4",
"svelte-jester": "^1.8.2",
"svelte-jsx": "^2.0.0",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.9.4",
"svelte-writable-derived": "^2.1.1",
"themes-switch": "^1.0.8",
"ts-loader": "8.1.0",
"typescript": "^4.4.2",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.10.1",
"webpack-fix-style-only-entries": "^0.4.0"
},
"engines": {
"node": ">=10.13.0"
},
"bugs": {
"url": "https://github.com/9ci/angle-grinder/issues"
},
"homepage": "https://github.com/9ci/angle-grinder",
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
]
}