-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 850 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 850 Bytes
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
{
"name": "scrolliris-website",
"private": true,
"scripts": {
"build-debug": "rollup --config rollup.config.ts --configPlugin typescript --configBuildDebug",
"build-release": "rollup --config rollup.config.ts --configPlugin typescript"
},
"dependencies": {
"fontfaceobserver-es": "^3.3.3",
"open-iconic": "^1.1.1",
"styr": "^0.0.32"
},
"cacheDirectories": [
"node_modules"
],
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-strip": "^3.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "^18.15.3",
"csso": "^5.0.5",
"rollup": "^3.19.1",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-stylus-compiler": "^1.0.1",
"stylus": "^0.59",
"tslib": "^2.5.0",
"typescript": "^5.0.2"
}
}