-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 939 Bytes
/
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
{
"name": "@dbb-dev/simple-animation",
"version": "0.1.4",
"description": "Anime HTML interface implementation.",
"keywords": [
"animejs",
"animation",
"scroll"
],
"author": "Arjen Trouwborst",
"license": "MIT",
"main": "dist/simple-animation.min.js",
"scripts": {
"dev": "webpack --watch --mode=development",
"build": "webpack --devtool=- -o dist/simple-animation.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/arjen-t/simple-animation.git"
},
"bugs": {
"url": "https://github.com/arjen-t/simple-animation/issues"
},
"devDependencies": {
"animejs": "^3.2.1",
"jquery": "^3.6.4",
"source-map-loader": "^0.2.4",
"ts-loader": "^4.0.1",
"typescript": "^2.7.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"rxjs": "^6.6.7"
},
"engines": {
"node": ">=8"
}
}