forked from google/model-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.6 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
{
"name": "@google/model-viewer-docs",
"private": true,
"version": "0.0.1",
"description": "<model-viewer> web site and live documentation",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "rm -rf ./examples/built ./lib ./dist",
"build": "tsc && rollup -c",
"prepare": "if [ ! -L './shared-assets' ]; then ln -s ./node_modules/@google/model-viewer-shared-assets ./shared-assets; fi",
"update:package-lock": "rm ./package-lock.json && npm i --only=production",
"create-legacy-bundles": "node ./scripts/create-legacy-bundles.js"
},
"contributors": [
"Jordan Santell <[email protected]>",
"Chris Joel <[email protected]>",
"Emmett Lalish <[email protected]>",
"Ricardo Cabello <[email protected]>",
"Matt Small <[email protected]>",
"Yuin Chien <[email protected]>"
],
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"@google/model-viewer": "^1.3.0",
"@types/prismjs": "^1.9.0",
"@types/resize-observer-browser": "^0.1.2",
"@webcomponents/webcomponentsjs": "~2.1.3",
"focus-visible": "^5.0.1",
"intersection-observer": "^0.11.0",
"lit-element": "^2.4.0",
"prismjs": "^1.15.0",
"resize-observer-polyfill": "^1.5.0",
"simple-dropzone": "^0.7.0",
"js-beautify": "^1.11.0",
"web-animations-js": "^2.3.2"
},
"devDependencies": {
"@google/model-viewer-shared-assets": "^0.0.1",
"polymer-build": "^3.1.4",
"rollup": "^2.26.6",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.0",
"typescript": "4.0.3"
}
}