-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
80 lines (80 loc) · 3.14 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
{
"name": "@smile/palindrome.js",
"version": "1.5.0",
"homepage": "https://Smile-SA.github.io/palindrome.js",
"description": "3D monitoring for metrics and KPIs",
"default": "index.html",
"repository": "https://github.com/Smile-SA/palindrome.js",
"author": "Smile RnD <[email protected]>",
"license": "Apache-2.0",
"source": "dev/palindrome.js",
"main": "dist/palindrome.js",
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@cypress/code-coverage": "^3.12.17",
"@storybook/cli": "^6.5.10",
"@types/node": "^18.0.3",
"cross-env": "^7.0.3",
"cypress": "^13.6.2",
"cypress-match-screenshot": "^1.1.0",
"es-module-loader": "^2.3.0",
"parcel-bundler": "^1.12.5",
"parcel-plugin-static-files-copy": "^2.6.0",
"storybook-addon-turbo-build": "^1.1.0"
},
"scripts": {
"postinstall": "/bin/bash ./scripts/install-services.sh",
"predev": "./scripts/run-services.sh",
"dev": "cross-env PALINDROME_TYPE=dev parcel dev/index.html --no-cache",
"basic": "cross-env PALINDROME_TYPE=basic parcel dev/index.html --no-cache",
"build": "cross-env PALINDROME_TYPE=dev PLATFORM=GH_PAGES parcel build dev/index.html --public-url ./ --no-cache",
"build:local": "cross-env PALINDROME_TYPE=dev parcel build dev/index.html --public-url ./ --no-cache",
"build:dev": "cross-env PALINDROME_TYPE=dev-build yarn parcel build src/index.js --public-url ./ --out-file=dist/palindrome.dev.js --no-source-maps --no-cache",
"build:basic": "cross-env PALINDROME_TYPE=basic-build yarn parcel build src/index.js --public-url ./ --out-file=dist/palindrome.js --no-source-maps --no-cache",
"prestorybook": "./scripts/run-services.sh",
"storybook": "export NODE_OPTIONS=--openssl-legacy-provider & start-storybook -p 6006",
"build-storybook": "export NODE_OPTIONS=--openssl-legacy-provider && build-storybook",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"storybook-deploy": "gh-pages -d storybook-static",
"dev-deploy": "gh-pages -d dist",
"benchmark": "/bin/bash ./scripts/benchmark.sh"
},
"dependencies": {
"@bellapps/three.text-sprite": "^1.0.0",
"@influxdata/influxdb-client": "^1.35.0",
"@istanbuljs/nyc-config-babel": "^3.0.0",
"@storybook/addon-actions": "6.5.10",
"@storybook/addon-essentials": "6.5.10",
"@storybook/addon-links": "6.5.10",
"@storybook/addons": "6.5.10",
"@storybook/html": "6.5.10",
"@storybook/theming": "^6.5.10",
"apexcharts": "^3.35.3",
"ascii-table": "^0.0.9",
"axios": "^0.27.2",
"babel-plugin-istanbul": "^6.1.1",
"cypress-visual-regression": "^1.6.3",
"esm": "^3.2.25",
"gh-pages": "^6.1.1",
"istanbul-lib-coverage": "^3.2.2",
"jmespath": "^0.16.0",
"node": "^17.7.2",
"node-gyp": "^9.0.0",
"nyc": "^15.1.0",
"parcel": "^2.7.0",
"puppeteer": "^23.3.0",
"storybook": "6.5.10",
"stream": "^0.0.2",
"tailwindcss": "3.1.4",
"three": "0.140.2",
"three-bmfont-text": "3.0.1",
"three-css2drender": "1.0.0",
"three-text2d": "0.6.0",
"web-resource-inliner": "^6.0.1"
},
"browserslist": [
"since 2017-06"
]
}