-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
41 lines (41 loc) · 1.33 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": "creatability-components",
"version": "0.1.1",
"description": "A collection of web components to create accessible applications.",
"main": "es2015/src/index.js",
"scripts": {
"build": "webpack --mode=production --reporter basic",
"docs": "typedoc --excludeExternals --excludePrivate --ignoreCompilerErrors --includeDeclarations --hideGenerator --exclude \"dist/*\" --theme \"default\" --out ./docs",
"tsc": "tsc",
"dev": "concurrently \"webpack --watch --reporter basic --mode=development\"",
"start": "npm run dev"
},
"author": "Google Creative Lab",
"license": "Apache-2.0",
"dependencies": {
"@polymer/lit-element": "0.5.2",
"@polymer/polymer": "3.0.5",
"@tensorflow-models/posenet": "^0.2.2",
"@tensorflow/tfjs": "^0.13.0",
"animitter": "3.0.0",
"lit-html": "^0.10.0",
"shortid": "2.2.8"
},
"devDependencies": {
"@webpack-cli/serve": "0.0.8",
"autobind-decorator": "^2.1.0",
"babel-core": "6.26.0",
"babel-preset-env": "1.6.1",
"concurrently": "3.6.0",
"copy-webpack-plugin": "4.5.1",
"lodash.clonedeep": "^4.5.0",
"text-loader": "0.0.1",
"ts-loader": "4.4.2",
"typedoc": "^0.13.0",
"typescript": "^3.1.6",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "4.12.0",
"webpack-cli": "3.0.8",
"webpack-command": "0.2.1"
}
}