forked from thepassle/atom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.1 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
{
"name": "@klaxon/atom",
"version": "0.0.8",
"description": "",
"main": "index.js",
"scripts": {
"start": "wds --watch --node-resolve",
"test": "wtr test/**/*.test.js --node-resolve",
"test:watch": "wtr test/**/*.test.js --node-resolve --watch",
"docs:start": "rocket start",
"docs:build": "rocket build",
"devtools:build": "rimraf dist && rollup -c rollup.config.js",
"devtools:build:watch": "rimraf dist && rollup -c --watch rollup.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@d4kmor/cli": "^0.11.0",
"@d4kmor/launch": "^0.10.0",
"@generic-components/components": "^1.0.0-rc.0",
"@open-wc/rollup-plugin-html": "^1.2.5",
"@open-wc/testing": "^2.5.32",
"@web/dev-server": "0.0.28",
"@web/test-runner": "^0.10.1",
"hanbi": "^0.4.1",
"haunted": "^4.7.1",
"htm": "^3.0.4",
"lit-element": "^2.4.0",
"preact": "^10.5.7",
"rimraf": "^3.0.2",
"rollup": "^2.35.1",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-index-html": "^1.12.8",
"rollup-plugin-node-resolve": "^5.2.0"
}
}