-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.9 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.9 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@tangible/roller",
"type": "module",
"version": "2.1.9",
"description": "Build project assets using Rollup and ESBuild",
"homepage": "https://github.com/tangibleinc/tangible-roller",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tangibleinc/tangible-roller.git"
},
"license": "MIT",
"main": "index.js",
"bin": {
"roll": "run"
},
"tangible": {
"deployName": "tangible-roller",
"deployType": "tool"
},
"files": [
"commands",
"config",
"index.js",
"lib",
"package.json",
"readme.md",
"run",
"task",
"utils"
],
"scripts": {
"release": "npm publish --access public",
"test": "cd test && if [ ! -d node_modules ]; then npm install; fi && ../run run test.ts",
"test:install": "cd test && npm install",
"test:run": "cd test && ../run"
},
"dependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"autoprefixer": "^10.4.18",
"chokidar": "^3.6.0",
"esbuild": "^0.20.1",
"esbuild-node-externals": "^1.13.0",
"eta": "^3.2.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"nodemon": "^3.1.0",
"postcss": "^8.4.35",
"postcss-url": "^10.1.3",
"prettier": "^3.2.5",
"rollup": "^3.29.4",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-external-globals": "^0.9.2",
"rollup-plugin-inject-process-env": "^1.3.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-styler": "^1.8.0",
"sass": "1.69.5",
"serve-handler": "^6.1.5",
"ws": "^8.16.0",
"zip-lib": "^1.0.4"
},
"devDependencies": {
"@types/node": "^24.5.2",
"testra": "^2.1.5"
}
}