-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "@lf2com/knob.js",
"version": "2.0.2",
"description": "Knob.js is a DOM for spinning and getting the degree",
"main": "index.ts",
"scripts": {
"dev": "webpack serve --mode development --progress",
"dev:public": "npm run dev -- --env public=true",
"build": "webpack --mode production",
"lint": "eslint src/**/*.ts"
},
"author": "Wan Wan",
"repository": {
"type": "git",
"url": "https://github.com/lf2com/knob.js"
},
"keywords": [
"knob"
],
"bugs": {
"url": "https://github.com/lf2com/knob.js/issues"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2",
"html-webpack-plugin": "^5.3.2",
"typescript": "^4.4.2",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
}
}