forked from naveen521kk/manim_editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 878 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 878 Bytes
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
{
"name": "manim_editor",
"version": "0.3.8",
"description": "Editor and Presenter for Manim Generated Content.",
"scripts": {
"build_release": "webpack --env=production",
"build_debug": "webpack --env=development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ManimEditorProject",
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.10.2",
"@types/bootstrap": "^5.1.6",
"@types/bowser": "^1.1.1",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.6.1",
"bowser": "^2.11.0",
"css-loader": "^6.4.0",
"mini-css-extract-plugin": "^2.4.2",
"sass": "^1.43.2",
"sass-loader": "^12.2.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1"
}
}