-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 962 Bytes
/
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
{
"name": "radial-control",
"version": "1.0.8",
"description": "A rotational user control",
"main": "./dist/control-wheel.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/control-wheel.js",
"dist/Conrol-Wheel.d.ts",
"dist/index.d.ts"
],
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"css-loader": "^6.7.3",
"eslint": "^8.34.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "2.8.4",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
".": {
"control-wheel": {
"import": "./dist/control-wheel.js"
}
}
}