This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.63 KB
/
package.json
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
{
"name": "electrum-arc",
"version": "4.13.0",
"description": "Agnostic Reactive Components for Electrum",
"main": "lib/index.js",
"scripts": {
"babel": "babel --quiet --out-dir lib src && babel --quiet --out-dir lib.test src.test",
"clean": "rimraf ./lib && rimraf ./lib.test",
"compile": "npm run clean && require-self && npm run eslint && npm run regen && npm run babel",
"eslint": "eslint src src.test",
"rebuild": "npm run regen && npm run babel",
"prepublish": "npm run compile",
"regen": "electrum-require-components --wrap ./src components .component.js all-components.js",
"test": "npm run compile && mocha --harmony lib.test/**/*.js",
"watch": "chokidar \"src/**/*.js\" -i \"src/all-components.js\" -c \"npm run rebuild\"",
"startcraft": "npm run clean && npm run regen && npm run babel"
},
"author": "Epsitec SA",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/epsitec-sa/electrum-arc.git"
},
"bugs": {
"url": "https://github.com/epsitec-sa/electrum-arc/issues"
},
"homepage": "https://github.com/epsitec-sa/electrum-arc",
"dependencies": {
"cron-parser": "^2.4.0",
"electrum": "^4.19.2",
"electrum-style-reload": "^1.2.0",
"electrum-theme": "^4.6.0",
"inline-style-prefixer": "^3.0.2",
"leaflet": "^1.0.3",
"linq": "^3.0.8",
"mousetrap": "^1.6.0",
"react-style-proptype": "^2.0.2",
"redux": "^3.6.0"
},
"devDependencies": {
"babel-env": "^2.4.0",
"chokidar-cli": "^1.2.0",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3",
"generic-js-env": "^2.2.1",
"mai-chai": "^3.3.2"
}
}