-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "state-of-reactive-streams-animations",
"version": "1.0.0",
"description": "_A Pen created at CodePen.io. Original URL: [https://codepen.io/fobabett/pen/GmXzVX](https://codepen.io/fobabett/pen/GmXzVX).",
"main": "index.js",
"scripts": {
"postinstall": "npm run build",
"build": "webpack",
"start:dev": "webpack-dev-server"
},
"author": "Oleh Dokuka",
"license": "MIT",
"dependencies": {
"animejs": "3.2.x",
"@types/animejs": "3.1.x",
"jquery": "3.7.x",
"@types/jquery": "3.5.x",
"rxjs": "7.8.x",
"reactor-core-js": "0.5.x",
"rsocket-core": "1.0.0-alpha.3",
"rsocket-messaging": "1.0.0-alpha.3",
"rsocket-adapter-rxjs": "1.0.0-alpha.3",
"rsocket-websocket-client": "1.0.0-alpha.3",
"rsocket-websocket-server": "1.0.0-alpha.3"
},
"devDependencies": {
"webpack": "5.89.0",
"webpack-dev-server": "4.15.1",
"webpack-cli": "5.1.4",
"html-webpack-plugin": "5.6.0",
"copy-webpack-plugin": "12.0.1",
"ts-loader": "9.5.1",
"typescript": "5.3.3"
}
}