forked from SuperFlyTV/sofie-demo-blueprints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.76 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
49
50
{
"name": "sofie-blueprints-spreadsheet",
"version": "0.1.0",
"repository": "https://github.com/SuperFlyTV/sofie-blueprints-spreadsheet",
"license": "MIT",
"private": true,
"scripts": {
"build": "yarn test && yarn build-now",
"dist": "yarn build && yarn bundle",
"bundle": "ts-node scripts/bundle.ts",
"build-now": "yarn run build-inner --env.production",
"build-inner": "webpack --config config/webpack.config.js",
"build-sync-local": "yarn run build --env.server=\"http://localhost:3000\"",
"watch": "yarn run build-inner --watch",
"watch-sync-local": "yarn run watch --env.server=\"http://localhost:3000\"",
"lint": "tslint --project tsconfig.jest.json --config tslint.json",
"unit": "jest",
"test": "yarn lint && yarn unit",
"validate:dependencies": "yarn audit && yarn license-validate",
"license-validate": "node-license-validator -p -d --allow-licenses MIT BSD BSD-3-Clause ISC Apache Unlicense"
},
"devDependencies": {
"@types/jasmine": "^3.3.15",
"@types/jest": "24.0.0",
"@types/node": "^8.0.4",
"@types/object-path": "^0.11.0",
"@types/underscore": "^1.8.9",
"axios": "^0.18.0",
"git-revision-webpack-plugin": "^3.0.3",
"jest": "24.0.0",
"jest-haste-map": "^24.5.0",
"jest-resolve": "^24.5.0",
"moment": "^2.22.2",
"node-license-validator": "^1.3.0",
"object-path": "^0.11.4",
"ts-jest": "^24.0.0",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"tslint": "^5.12.1",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.3.3",
"underscore": "^1.9.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"timeline-state-resolver-types": "^3.2.0",
"tv-automation-sofie-blueprints-integration": "^0.24.1"
}
}