forked from simonwep/selection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.46 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
{
"name": "@simonwep/selection-js",
"version": "1.5.0",
"description": "Simple, lightweight and modern library library for making visual DOM Selections.",
"main": "dist/selection.min.js",
"author": "Simon Reinisch <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.prod.js",
"dev": "webpack-dev-server --config webpack.config.dev.js",
"lint": "eslint ./src --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Simonwep/selection.git"
},
"keywords": [
"selection",
"selecting",
"user-selection"
],
"bugs": {
"url": "https://github.com/Simonwep/selection/issues"
},
"homepage": "https://github.com/Simonwep/selection#readme",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-typescript": "^7.8.3",
"babel-loader": "^8.0.6",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-simon": "^1.1.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "1.19.1",
"terser-webpack-plugin": "^2.2.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}