-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (108 loc) · 7.47 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
{
"name": "@dashboardcode/bsmutltiselect-docs",
"version": "0.0.01",
"private": false,
"dependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-external-helpers": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-transform-spread": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript":"^7.16.0",
"@dashboardcode/bsmultiselect": "^1.2.0-beta.16",
"@popperjs/core": "^2.11.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/webpack": "^5.28.0",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin":"^4.0.0",
"bootstrap": "^5.1.3",
"bootstrap-select": "^1.13.18",
"chosen-js": "^1.8.7",
"clean-css-cli": "^5.4.2",
"core-js": "^3.19.2",
"cross-env": "^7.0.3",
"css-minimizer-webpack-plugin": "^3.2.0",
"eslint": "^8.3.0",
"eslint-plugin-compat": "^4.0.0",
"eslint-webpack-plugin": "^3.1.1",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.4.5",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^9.0.2",
"postcss-preset-env": "^7.0.1",
"react":"^17.0.2",
"react-dom":"^17.0.2",
"sass": "^1.44.0",
"select2": "^4.1.0-rc.0",
"shelljs": "^0.8.4",
"size-limit": "^7.0.3",
"stylelint": "^14.1.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.0",
"stylelint-webpack-plugin": "^3.1.0",
"terser": "^5.10.0",
"ts-loader": "^9.2.6",
"terser-webpack-plugin": "^5.2.5",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"webpack-manifest-plugin": "^4.0.2"
},
"scripts": {
"report": "echo.cd & cd & echo. & where node & echo.node -v & node -v & echo. & where npm & echo.npm -version & npm -version & echo. & echo.webpack -version & node ./node_modules/webpack/bin/webpack -version & echo. & echo.sass --version & node ./node_modules/sass/sass --version & echo. & echo.node-sass --version & node ./node_modules/node-sass/bin/node-sass --version & echo. & echo.babel -version & node ./node_modules/@babel/cli/bin/babel --version & echo. & echo.tsc --version & node ./node_modules/typescript/lib/tsc --version ",
"webpack-dev": "npm-run-all --parallel webpack-dev-*",
"webpack-prod": "npm-run-all --parallel webpack-prod-*",
"webpack-dev-babel": "node ./node_modules/webpack/bin/webpack --mode development --config ./webpackApp.config.js",
"webpack-dev-ts": "node ./node_modules/webpack/bin/webpack --mode development --config ./webpackAppTs.config.js",
"webpack-dev-templ": "node ./node_modules/webpack/bin/webpack --mode development --config ./webpackTempl.config.js",
"webpack-dev-react": "node ./node_modules/webpack/bin/webpack --mode development --config ./webpackReact.config.js",
"webpack-prod-babel": "node ./node_modules/webpack/bin/webpack --mode production --config ./webpackApp.config.js",
"webpack-prod-ts": "node ./node_modules/webpack/bin/webpack --mode production --config ./webpackAppTs.config.js",
"webpack-prod-templ": "node ./node_modules/webpack/bin/webpack --mode production --config ./webpackTempl.config.js",
"webpack-prod-react": "node ./node_modules/webpack/bin/webpack --mode production --config ./webpackReact.config.js",
"Xdev": "npm-run-all --parallel dev-sass-* dev-js",
"dev": "npm-run-all --parallel dev-js",
"Xdev-sass": "npm-run-all dev-sass-bootstrap dev-sass-site",
"Xdev-sass-bootstrap": "node ./node_modules/sass/sass src/customBootstrap.scss:wwwroot/css/customBootstrap.css --source-map",
"Xdev-sass-site": "node ./node_modules/sass/sass src/site.scss:wwwroot/css/site.css --source-map",
"dev-js": "cross-env DEV=true node ./node_modules/@babel/cli/bin/babel ./src/index.js --out-dir ./wwwroot/js/ --extensions '.js'",
"Xdev-js": "cross-env DEV=true node ./node_modules/@babel/cli/bin/babel ./src/site.js ./src/Application.js ./src/WorkflowManager.ts --out-dir ./wwwroot/js/ --extensions '.ts,.js'",
"trace-ts": "cross-env DEV=true node ./node_modules/typescript/bin/tsc ./src/WorkflowManager.ts --outDir ./wwwroot/js/ --sourceMap --target ES5 --module CommonJS",
"Xtrace-sass": "npm-run-all trace-sass-* trace-nsass-*",
"Xtrace-sass-cs": "node ./node_modules/sass/sass src/index.scss:wwwroot/dist/main_sass.css --source-map",
"Xtrace-sass-sourcemap": "node ./node_modules/source-map-explorer --html wwwroot/dist/main_sass.css wwwroot/dist/main_sass.css.map > ./wwwroot/dist/sourcemap_sass.html",
"Xtrace-nsass-cs": "node ./node_modules/node-sass/bin/node-sass -q ./src/index.scss ./wwwroot/dist/main_nsass.css --source-map true",
"Xtrace-nsass-sourcemap": "node ./node_modules/source-map-explorer --html wwwroot/dist/main_nsass.css wwwroot/dist/main_nsass.css.map > ./wwwroot/dist/sourcemap_nsass.html",
"start": "webpack-dev-server --mode development --open",
"start:wds": "cross-env NODE_ENV=development webpack-dev-server --env=dev --progress --profile --colors",
"start:wds:withPublicPath": "cross-env PUBLIC_PATH=/public/ npm run start:wds",
"start:dotnet": "dotnet run --launch-profile default",
"start:dotnet:prod": "dotnet run --launch-profile default:prod",
"start:dotnet:withPublicPath": "dotnet run --launch-profile withPublicPath --startup withPublicPath",
"start:dotnet:withPublicPath:prod": "dotnet run --launch-profile withPublicPath:prod --startup withPublicPath",
"start:dotnet:withStaticFileOpts:prod": "dotnet run --launch-profile withStaticFileOpts:prod --startup withStaticFileOpts",
"build:assets": "cross-env NODE_ENV=production webpack --env=prod --profile --colors --progress",
"build:assets:withPublicPath": "cross-env PUBLIC_PATH=/public/assets/ npm run build:assets",
"gulp": "node ./node_modules/gulp/bin/gulp",
"sourcemap-css-vendor": "source-map-explorer wwwroot/dist/vendor.css wwwroot/dist/vendor.css.map --html > ./wwwroot/dist/sourcemap.css.vendor.html",
"sourcemap-css-main": "npx source-map-explorer wwwroot/dist/main.css wwwroot/dist/main.css.map --html > ./wwwroot/dist/sourcemap.css.main.html",
"sourcemap-js-runtime": "source-map-explorer wwwroot/dist/runtime.js wwwroot/dist/runtime.js.map --html > ./wwwroot/dist/sourcemap.js.runtime.html",
"sourcemap-js-polyfill_io": "source-map-explorer wwwroot/dist/polyfill_io.js wwwroot/dist/polyfill_io.js.map --html > ./wwwroot/dist/sourcemap.js.polyfill_io.html",
"sourcemap-js-vendor": "source-map-explorer wwwroot/dist/vendor.js wwwroot/dist/vendor.js.map --html > ./wwwroot/dist/sourcemap.js.vendor.html",
"sourcemap-js-main": "source-map-explorer wwwroot/dist/main.js wwwroot/dist/main.js.map --html > ./wwwroot/dist/sourcemap.js.main.html",
"sourcemap": "npm-run-all sourcemap-*",
"dist2": "npm-run-all gulp dev webpack sourcemap",
"dist": "npm-run-all webpack",
"dist-dev": "npm-run-all webpack-dev",
"size": "size-limit"
}
}