-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·44 lines (44 loc) · 884 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"scripts": {
"dev": "webpack --mode=development --watch",
"prod": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/croqo/oc-lottie-plugin.git"
},
"keywords": [
"lottie",
"animation",
"animated",
"awesome",
"interaction",
"interactive",
"vector",
"svg",
"responsive",
"dynamic",
"html",
"canvas",
"json"
],
"author": "Eugene Croquette",
"license": "MIT",
"bugs": {
"url": "https://github.com/croqo/oc-lottie-plugin/issues"
},
"homepage": "https://croqo.in",
"dependencies": {
"lottie-web": "^5.12.2"
},
"devDependencies": {
"css-loader": "^6.8.1",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
}
}