-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "nes-js",
"version": "0.0.1",
"author": {
"name": "Nikolay Polukhin",
"email": "polu-hin@mail.ru"
},
"license": "MIT",
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js,.ts src",
"build": "./node_modules/.bin/webpack --config ./webpack.config.js",
"dev": "./node_modules/.bin/webpack-dev-server"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"css-loader": "^3.5.3",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-optimize-regex": "^1.2.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-sonarjs": "^0.5.0",
"html-webpack-plugin": "^4.3.0",
"prettier": "^2.0.5",
"source-map-loader": "^0.2.4",
"style-loader": "^1.2.1",
"ts-loader": "^7.0.4",
"ts-node": "^8.10.2",
"typescript": "^3.9.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {}
}