forked from tentone/syncinput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "syncinput",
"version": "1.3.8",
"description": "",
"files": [
"dist"
],
"type": "module",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tentone/syncinput.git"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"build-example": "webpack --config webpack.example.js",
"start": "webpack-dev-server --config webpack.example.js --mode development --progress --port 5200",
"docs": "typedoc --out docs ./source/main.ts",
"pub": "npm run build && npm run docs && npm publish --access public .",
"lint": "eslint --ext .ts .",
"lint-fix": "eslint --ext .ts --fix ."
},
"author": "Tentone",
"license": "MIT",
"devDependencies": {
"@types/three": "0.149.0",
"three": "0.149.0",
"esbuild": "0.17.4",
"esbuild-loader": "2.21.0",
"ts-loader": "9.4.2",
"typescript": "4.9.4",
"typedoc": "0.23.24",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"webpack-bundle-analyzer": "4.7.0",
"webpack-dev-server": "4.11.1",
"html-webpack-plugin": "5.5.0",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"eslint": "8.30.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-typescript": "0.14.0"
},
"bugs": {
"url": "https://github.com/tentone/syncinput/issues"
},
"homepage": "https://github.com/tentone/syncinput#readme"
}