-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
{
"name": "@flowplayer/components",
"private": true,
"scripts": {
"new:component": "tsx tooling/code-gen/bin.ts",
"cdn:manifest": "tsx tooling/cdn/bin.ts",
"postbuild": "npm run cdn:manifest",
"build": "webpack",
"test:puppeteer": "ava --config test/puppeteer/_ava.config.mjs"
},
"devDependencies": {
"@flowplayer/player": "^3.11.1",
"@types/inquirer": "^9.0.7",
"ava": "^4.2.0",
"css-loader": "^7.1.2",
"dotenv": "^16.0.1",
"eta": "^3.4.0",
"globby": "^14.0.1",
"http-server": "^14.1.0",
"inquirer": "^9.2.16",
"mkdirp": "^1.0.4",
"mustache": "^4.2.0",
"pug": "^3.0.3",
"puppeteer": "^22.15.0",
"puppeteer-screen-recorder": "^2.0.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"tsx": "^4.7.1",
"turbo": "^1.12.4",
"typescript": "latest",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"tsimp": "^2.0.11"
},
"workspaces": [
"packages/*"
],
"volta": {
"node": "22.9.0"
},
"dependencies": {
"colors": "^1.4.0"
},
"version": "1.0.0"
}