-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.18 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
54
{
"name": "devshock",
"version": "0.1.1",
"description": "📱🔨 Device shock detector based on MotionAPI",
"homepage": "https://github.com/jkulvich/devshock",
"main": "src/devshock.ts",
"scripts": {
"build": "webpack --mode=production",
"lint": "npx eslint ./src",
"serve": "webpack serve"
},
"keywords": [
"device",
"mobile",
"shock",
"bump",
"hit",
"kick",
"knock",
"motion",
"api",
"motion-api",
"typescript",
"ts",
"detector",
"events"
],
"author": "Kulagin Yuri | @jkulvich",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@webpack-cli/generators": "^2.0.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"del": "^6.0.0",
"eslint": "^7.25.0",
"html-webpack-plugin": "^5.3.1",
"ip": "^1.1.5",
"ts-loader": "^9.1.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"webpack": "^5.36.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"eventemitter3": "^4.0.7",
"vec3": "^0.1.7"
},
"browserslist": [
"> 5%"
]
}