forked from YanSirotkin/wasaby-controls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.59 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
{
"name": "wasaby-controls",
"version": "21.2000.0",
"repository": {
"type": "git",
"url": "[email protected]:root/sbis3-controls"
},
"files": [
"Data/*",
"Controls/*",
"Controls-default-theme/*",
"Controls-demo/*"
],
"scripts": {
"build": "npm run builder && npm run build:index",
"build:release": "wasaby-cli --task=build --release",
"build:typescript": "wasaby-cli --tasks=prepare",
"builder": "wasaby-cli --tasks=build",
"builder:watch": "wasaby-cli --tasks=build --watcher",
"build:index": "wasaby-cli --tasks=createIndex --moduleName=Controls-demo",
"compile": "saby-typescript --compiler",
"start": "wasaby-cli --tasks=app",
"start:hot": "concurrently \"npm:builder:watch\" \"npm:start\"",
"test": "wasaby-cli --tasks=startTest --node --report=console",
"test:coverage": "wasaby-cli --tasks=startTest --node --coverage",
"lint": "node ./node_modules/eslint/bin/eslint --color --no-eslintrc -c=.eslintrc -f=stylish .",
"lintless": "stylelint \"Controls/**/*.less\"",
"update-cli-store": "wasaby-cli --tasks=initStore",
"prepare": "npm run update-cli-store && npm run build:typescript"
},
"wasaby-cli": {
"port": 777
},
"dependencies": {},
"devDependencies": {
"@tensor-corp/eslint-config": "^2.0.3",
"concurrently": "^5.3.0",
"eslint": "^5.7.0",
"stylelint": "^9.7.1",
"stylelint-config-standard": "^18.2.0",
"tslint": "^5.18.0",
"wasaby-cli": "git+https://platform-git.sbis.ru/saby/wasaby-cli.git#rc-21.2000"
}
}