-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.87 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "solid-panorama-example",
"version": "0.0.1",
"description": "Solid.js example in Dota2 Panorama",
"main": "index.js",
"author": "RobinCode",
"license": "MIT",
"scripts": {
"start": "ts-node -r ./scripts/build-write-file.ts ./scripts/build.ts",
"build": "ts-node -r ./scripts/build-write-file.ts ./scripts/build.ts"
},
"dependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-transform-typescript": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/types": "^7.20.5",
"@moddota/panorama-types": "^1.21.0",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@rollup/plugin-url": "^8.0.1",
"@types/babel__core": "^7.1.20",
"@types/cli-color": "^2.0.2",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^8.0.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.10",
"babel-plugin-jsx-panorama-expressions": "^0.1.7",
"babel-plugin-macros": "^3.1.0",
"babel-preset-solid-panorama": "^0.1.5",
"chokidar": "^3.5.3",
"cli-color": "^2.0.3",
"dota2-panorama-xml-static-element": "^0.0.4",
"fs-extra": "^11.1.0",
"glob": "^8.0.3",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"rollup": "^3.5.1",
"sass": "^1.56.1",
"solid-js": "^1.6.2",
"solid-panorama-all-in-jsx": "^0.2.5",
"solid-panorama-polyfill": "^0.1.8",
"solid-panorama-runtime": "^0.2.9",
"ts-node": "^10.9.1",
"typescript": "~4.9.3",
"typescript-styled-plugin": "^0.18.2"
}
}