bimplus-webclient 0.1.40 → 0.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +117 -117
- package/dist/bimplus-webclient.js +2026 -1
- package/package.json +52 -52
package/package.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "bimplus-webclient",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "bim+ web client",
|
|
5
|
-
"main": "dist/bimplus-webclient.js",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"repository": {
|
|
8
|
-
"type": "git",
|
|
9
|
-
"url": "."
|
|
10
|
-
},
|
|
11
|
-
"scripts": {
|
|
12
|
-
"eslint": "eslint src/** test/**",
|
|
13
|
-
"build": "npm run eslint && webpack --config webpack.dev.js",
|
|
14
|
-
"build-prod": "npm run eslint && webpack --config webpack.prod.js",
|
|
15
|
-
"yarn-publish": "npm run build-prod && yarn publish",
|
|
16
|
-
"yarn-publish-branch": "npm run build-prod && yarn publish --tag",
|
|
17
|
-
"npm-pack": "npm run build-prod && npm pack",
|
|
18
|
-
"lint-doc": "documentation lint ./src/*.js",
|
|
19
|
-
"build-doc": "yarn lint-doc && documentation build ./src/*.js --config doc_config.yml -f html -o ./documentation",
|
|
20
|
-
"build-docMd": "yarn lint-doc && documentation build ./src/*.js -f md -o ./documentation/Bimplus_WebClient_doc.md",
|
|
21
|
-
"build-docConf": "yarn build-docMd && cd ./documentation && python convert_to_confluence_md.py",
|
|
22
|
-
"build-docAll": "yarn build-doc && yarn build-docConf",
|
|
23
|
-
"test": "node node_modules/karma/bin/karma start",
|
|
24
|
-
"test-chrome": "npm run test -- --single-run=true --browsers Chrome karma.conf.js",
|
|
25
|
-
"test-chrome-headless": "npm run test -- --single-run=true --browsers ChromeHeadless karma.conf.js",
|
|
26
|
-
"test-firefox": "npm run test -- --single-run=true --browsers Firefox karma.conf.js",
|
|
27
|
-
"test-firefox-headless": "npm run test -- --single-run=true --browsers FirefoxHeadless karma.conf.js",
|
|
28
|
-
"test-watch": "npm run test -- --browsers=Chrome --single-run=false --auto-watch"
|
|
29
|
-
},
|
|
30
|
-
"devDependencies": {
|
|
31
|
-
"@babel/core": "^7.22.5",
|
|
32
|
-
"@babel/preset-env": "^7.22.5",
|
|
33
|
-
"babel-loader": "^9.1.2",
|
|
34
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
35
|
-
"coverage-istanbul-loader": "^3.0.5",
|
|
36
|
-
"documentation": "^14.0.2",
|
|
37
|
-
"eslint": "^8.43.0",
|
|
38
|
-
"karma": "^6.4.2",
|
|
39
|
-
"karma-chrome-launcher": "^3.2.0",
|
|
40
|
-
"karma-coverage-istanbul-reporter": "^3.0.2",
|
|
41
|
-
"karma-firefox-launcher": "^2.1.2",
|
|
42
|
-
"karma-qunit": "^4.1.1",
|
|
43
|
-
"karma-webpack": "^5.0.0",
|
|
44
|
-
"qunit": "^2.19.4",
|
|
45
|
-
"terser-webpack-plugin": "^5.3.9",
|
|
46
|
-
"webpack": "^5.88.0",
|
|
47
|
-
"webpack-cli": "^5.1.4"
|
|
48
|
-
},
|
|
49
|
-
"dependencies": {
|
|
50
|
-
"jquery": "3.7.0"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "bimplus-webclient",
|
|
3
|
+
"version": "0.1.41",
|
|
4
|
+
"description": "bim+ web client",
|
|
5
|
+
"main": "dist/bimplus-webclient.js",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "."
|
|
10
|
+
},
|
|
11
|
+
"scripts": {
|
|
12
|
+
"eslint": "eslint src/** test/**",
|
|
13
|
+
"build": "npm run eslint && webpack --config webpack.dev.js",
|
|
14
|
+
"build-prod": "npm run eslint && webpack --config webpack.prod.js",
|
|
15
|
+
"yarn-publish": "npm run build-prod && yarn publish",
|
|
16
|
+
"yarn-publish-branch": "npm run build-prod && yarn publish --tag",
|
|
17
|
+
"npm-pack": "npm run build-prod && npm pack",
|
|
18
|
+
"lint-doc": "documentation lint ./src/*.js",
|
|
19
|
+
"build-doc": "yarn lint-doc && documentation build ./src/*.js --config doc_config.yml -f html -o ./documentation",
|
|
20
|
+
"build-docMd": "yarn lint-doc && documentation build ./src/*.js -f md -o ./documentation/Bimplus_WebClient_doc.md",
|
|
21
|
+
"build-docConf": "yarn build-docMd && cd ./documentation && python convert_to_confluence_md.py",
|
|
22
|
+
"build-docAll": "yarn build-doc && yarn build-docConf",
|
|
23
|
+
"test": "node node_modules/karma/bin/karma start",
|
|
24
|
+
"test-chrome": "npm run test -- --single-run=true --browsers Chrome karma.conf.js",
|
|
25
|
+
"test-chrome-headless": "npm run test -- --single-run=true --browsers ChromeHeadless karma.conf.js",
|
|
26
|
+
"test-firefox": "npm run test -- --single-run=true --browsers Firefox karma.conf.js",
|
|
27
|
+
"test-firefox-headless": "npm run test -- --single-run=true --browsers FirefoxHeadless karma.conf.js",
|
|
28
|
+
"test-watch": "npm run test -- --browsers=Chrome --single-run=false --auto-watch"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@babel/core": "^7.22.5",
|
|
32
|
+
"@babel/preset-env": "^7.22.5",
|
|
33
|
+
"babel-loader": "^9.1.2",
|
|
34
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
35
|
+
"coverage-istanbul-loader": "^3.0.5",
|
|
36
|
+
"documentation": "^14.0.2",
|
|
37
|
+
"eslint": "^8.43.0",
|
|
38
|
+
"karma": "^6.4.2",
|
|
39
|
+
"karma-chrome-launcher": "^3.2.0",
|
|
40
|
+
"karma-coverage-istanbul-reporter": "^3.0.2",
|
|
41
|
+
"karma-firefox-launcher": "^2.1.2",
|
|
42
|
+
"karma-qunit": "^4.1.1",
|
|
43
|
+
"karma-webpack": "^5.0.0",
|
|
44
|
+
"qunit": "^2.19.4",
|
|
45
|
+
"terser-webpack-plugin": "^5.3.9",
|
|
46
|
+
"webpack": "^5.88.0",
|
|
47
|
+
"webpack-cli": "^5.1.4"
|
|
48
|
+
},
|
|
49
|
+
"dependencies": {
|
|
50
|
+
"jquery": "3.7.0"
|
|
51
|
+
}
|
|
52
|
+
}
|