-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
46
47
48
49
50
{
"name": "network_animations",
"version": "1.2.0",
"description": "Suite of networking animations",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DABH/network_animations.git"
},
"author": "DABH <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/DABH/network_animations/issues"
},
"homepage": "https://github.com/DABH/network_animations#readme",
"scripts": {
"start": "webpack serve",
"build": "rimraf dist && webpack",
"build:prod": "rimraf dist && webpack -p"
},
"devDependencies": {
"@types/node": "^14.14.31",
"awesome-typescript-loader": "^5.2.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.6.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.1.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"path": "^0.12.7",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"rimraf": "^3.0.2",
"style-loader": "^2.0.0",
"typescript": "^4.2.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"jquery": "^3.6.0",
"konva": "^7.2.5",
"popper.js": "^1.16.1"
}
}