-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.53 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
{
"name": "@cynack/figni-viewer",
"version": "1.7.3",
"description": "Web module for easy introduction of 3D/AR to websites",
"main": "./dist/figni-viewer.min.js",
"files": [
"README.md",
"CHANGELOG.md",
"LICENSE",
"dist"
],
"keywords": [
"model-viewer",
"cynack",
"ar",
"3d"
],
"scripts": {
"test": "http-server test -p 9100",
"build": "node script/build.mjs",
"watch": "node script/watch.mjs",
"analyze": "node script/analyze.mjs && esbuild-visualizer --filename analyze.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cynack/figni-viewer.git"
},
"author": "Cynack inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cynack/figni-viewer/issues"
},
"homepage": "https://github.com/cynack/figni-viewer#readme",
"dependencies": {
"i18n-js": "^4.2.2",
"js-yaml": "^4.1.0",
"ky": "^0.33.2",
"lottie-web": "^5.10.2",
"qrcode": "^1.5.1",
"values.js": "^2.1.1"
},
"devDependencies": {
"esbuild": "^0.17.5",
"esbuild-sass-plugin": "^2.4.5",
"esbuild-visualizer": "^0.4.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"http-server": "^14.1.1",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"sass": "1.56.1",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recess-order": "^3.1.0",
"stylelint-config-standard-scss": "^6.1.0"
}
}