-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
53 lines (53 loc) · 1.57 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
{
"name": "direct",
"version": "0.10.0",
"description": "Direct is a tool that helps motion designers provide clear, precise motion direction for engineers.",
"private": true,
"main": "index.js",
"type": "module",
"scripts": {
"ts": "tsc",
"ts:watch": "tsc --watch",
"server": "sudo dev_appserver.py .",
"build": "npm run ts",
"prestart": "sudo gcloud components update --version 359.0.0 && npm run build",
"start": "echo \"sudo starting Google AppEngine\"; npm run server",
"format": "prettier --config .prettierrc.json 'app/ts/*.ts' --write"
},
"dependencies": {
"angular": "~1.4.5",
"angular-animate": "~1.4.5",
"angular-aria": "~1.4.5",
"angular-environment": "^1.0.8",
"angular-local-storage": "^0.7.1",
"angular-material": "~0.11.0",
"angular-resource": "~1.4.5",
"angular-route": "~1.4.5",
"angularytics": "0.3.0",
"hammerjs": "~2.0.4",
"jquery": "^3.1.1",
"js-throttle-debounce": "^0.1.1"
},
"devDependencies": {
"@types/jquery": "^3.5.5",
"@types/node": "^14.11.2",
"json-server": "^0.9.6",
"prettier": "^2.5.1",
"rimraf": "^2.6.2",
"serve": "^5.1.2",
"ts-loader": "^3.2.0",
"typescript": "^4.0.3",
"webpack": "^3.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/material-motion/direct.git"
},
"keywords": [],
"author": "The Direct Authors (see AUTHORS)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/material-motion/direct/issues"
},
"homepage": "https://github.com/material-motion/direct#readme"
}