-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.91 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.91 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
73
{
"name": "@depack/form",
"version": "1.4.2",
"description": "The Bootstrap Form Component For Entering Data.",
"main": "src/index.jsx",
"module": "build/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask -t 10000",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask -t 10000",
"test-build": "ALAMODE_ENV=test-build yarn test",
"lint": "eslint .",
"start": "splendid-dev -s",
"splendid": "splendid-dev",
"doc": "NODE_DEBUG=doc doc -o README.md",
"b": "alamode src -o build -j -p",
"d": "yarn-s d1 externs",
"d1": "typal types/index.js -u",
"externs": "typal types/externs.js -e",
"build": "yarn-s d b doc",
"rec": "appshot -a Safari -y 450 -f",
"rec-term": "appshot -a Terminal -y 250 -f",
"e": "node example",
"up": "yarn-up -e preact -u",
"compile": "depack example/App.jsx -o splendid/js/main.js -a -H -p -E --externs types/externs.js",
"example/": "alanode example/"
},
"files": [
"src",
"build",
"types/externs.js",
"types/index.js"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/dpck/form.git"
},
"keywords": [
"form",
"depack",
"preact",
"bootstrap",
"ui"
],
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dpck/form/issues"
},
"homepage": "https://dpck.github.io/form/",
"devDependencies": {
"@a-la/jsx": "1.6.0",
"@depack/context": "1.1.2",
"@depack/render": "1.3.4",
"@externs/preact": "^1.2.9",
"@idio/idio": "^1.2.3",
"alamode": "3.3.0",
"chrome-remote-interface": "0.28.1",
"depack": "^1.0.1",
"documentary": "1.35.9",
"erte": "1.2.0",
"eslint-config-artdeco": "1.0.1",
"preact": "8.5.2",
"rexml": "2.2.2",
"yarn-s": "1.2.1",
"zoroaster": "4.1.2"
},
"dependencies": {
"unfetch": "4.1.0"
}
}