forked from google/model-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.25 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
{
"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"
},
"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.8.0",
"@types/prismjs": "^1.16.6",
"focus-visible": "^5.2.0",
"lit-element": "^2.5.1",
"prismjs": "^1.24.1",
"simple-dropzone": "^0.8.1",
"js-beautify": "^1.14.0",
"web-animations-js": "^2.3.2"
},
"devDependencies": {
"@google/model-viewer-shared-assets": "^0.0.1",
"rollup": "^2.53.1",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"typescript": "4.3.5"
}
}