forked from google/model-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.15 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
{
"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 ../shared-assets ./shared-assets; fi"
},
"contributors": [
"Jordan Santell <jsantell@google.com>",
"Chris Joel <cdata@google.com>",
"Emmett Lalish <elalish@google.com>",
"Ricardo Cabello <ricardocabello@google.com>",
"Matt Small <mbsmall@google.com>",
"Yuin Chien <yuin@google.com>"
],
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"@google/model-viewer": "^3.0.0",
"@types/prismjs": "^1.16.6",
"focus-visible": "^5.2.0",
"lit": "^2.2.3",
"prismjs": "^1.24.1",
"simple-dropzone": "^0.8.1",
"js-beautify": "^1.14.0",
"web-animations-js": "^2.3.2"
},
"devDependencies": {
"rollup": "^2.77.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"typescript": "4.8.4"
}
}