forked from 2ec0b4/kaamelott-soundboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.33 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
{
"name": "kaamelott-soundboard",
"version": "1.0.0",
"description": "Quelques-unes des meilleures répliques sonores de Kaamelott. C'était ça ou chante Sloubi.",
"scripts": {
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint --ext ts src",
"start:serve": "webpack-dev-server --open",
"build:watch": "webpack --watch",
"build": "cross-env NODE_ENV=production webpack",
"test": "echo no tests yet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jRimbault/kaamelott.git"
},
"author": "Antoine @2ec0b4",
"contributors": [
"Jacques Rimbault <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jRimbault/kaamelott/issues"
},
"homepage": "https://github.com/jRimbault/kaamelott#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^18.11.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^1.19.1",
"ts-loader": "^6.2.2",
"typescript": "^3.9.7",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
}
}