-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 866 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 866 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
{
"name": "ficusjs-counter-examples",
"version": "0.4.0",
"description": "FicusJS counter examples",
"scripts": {
"start": "http-server",
"build": "rollup -c rollup.config.js",
"benchmark": "tach src/built-in-element/perf.html --browser=chrome-headless --measure=fcp"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/plugin-proposal-object-rest-spread": "7.15.6",
"@babel/preset-env": "7.15.6",
"@ficusjs/renderers": "4.0.0",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
"@rollup/plugin-replace": "3.0.0",
"ficusjs": "3.8.2",
"glob-all": "3.2.1",
"http-server": "13.0.2",
"rollup": "2.56.3",
"rollup-plugin-filesize": "9.1.1",
"rollup-plugin-terser": "7.0.2",
"tachometer": "0.5.9"
},
"license": "MIT"
}