-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.67 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.67 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "3d-hypergraph-evolution",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npx webpack --watch",
"start": "npx webpack serve --open 'Google Chrome'",
"build": "npx webpack",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KrystofM/3d-hypergraph-evolution.git"
},
"author": "KrystofM",
"license": "ISC",
"bugs": {
"url": "https://github.com/KrystofM/3d-hypergraph-evolution/issues"
},
"homepage": "https://github.com/KrystofM/3d-hypergraph-evolution#readme",
"dependencies": {
"3d-force-graph": "^1.67.6",
"lodash": "^4.17.20",
"pug": "^3.0.2",
"three": "^0.123.0"
},
"devDependencies": {
"@shopify/eslint-plugin": "^39.0.3",
"@types/lodash": "^4.14.165",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"@tsconfig/svelte": "^1.0.10",
"@types/node": "^14.11.1",
"svelte-check": "^1.0.46",
"svelte-preprocess": "^4.3.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"eslint": "^7.15.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^4.5.0",
"prettier-eslint": "^12.0.0",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"svelte": "^3.31.2",
"svelte-loader": "^3.0.0",
"ts-loader": "^8.0.12",
"tslib": "^2.0.1",
"typescript": "^4.1.3",
"webpack": "^5.10.3",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"cross-env": "^7.0.3"
}
}