-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "cluedo.js",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint 'src/**/*.{ts,tsx}'",
"lint:f": "npx eslint 'src/**/*.{ts,tsx}' --fix",
"build": "npx webpack --config webpack.config.js"
},
"keywords": [],
"author": "Simon Dirmeier",
"license": "GPL-3.0",
"devDependencies": {
"@types/d3": "5.7.2",
"@types/lodash": "^4.14.150",
"@types/node": "^13.13.5",
"@types/webpack": "^4.41.12",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"lodash": "^4.17.15",
"prettier": "^2.0.5",
"terser-webpack-plugin": "^3.0.1",
"ts-loader": "^7.0.3",
"ts-node": "^8.10.1",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"d3": "^5.16.0",
"nes.css": "^2.3.0"
}
}