-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
58 lines (58 loc) · 1.68 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
51
52
53
54
55
56
57
58
{
"name": "test-recorder",
"version": "0.4.3",
"description": "to record integration tests for different frameworks.",
"files": [
"build/test-recorder.js"
],
"main": "build/test-recorder.js",
"scripts": {
"test": "",
"webdriver": "webdriver-manager start --standalone",
"lint": "tslint src/**/*.ts",
"build-ext": "webpack && cp build/test-recorder.js chrome-extension/test-recorder.js",
"watch": "webpack -w && cp build/test-recorder.js chrome-extension/test-recorder.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QuantumInformation/test-recorder.git"
},
"keywords": [
"test",
"recording"
],
"author": "nkatsikanis@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/QuantumInformation/test-recorder/issues"
},
"homepage": "https://github.com/QuantumInformation/test-recorder#readme",
"devDependencies": {
"autoprefixer": "^9.6.1",
"awesome-typescript-loader": "^5.2.1",
"babel-core": "^6.26.3",
"babili-webpack-plugin": "0.1.2",
"css-loader": "^3.1.0",
"css-variables": "^0.1.7",
"html-webpack-plugin": "^3.2.0",
"postcss-calc": "^7.0.1",
"postcss-css-variables": "^0.13.0",
"postcss-custom-media": "^7.0.8",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"prettier": "^1.18.2",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"vanilla-typescript": "^0.5.1",
"webpack": "4.39.0",
"webpack-build-notifier": "^1.0.3",
"webpack-cli": "^3.3.6",
"webpack-merge": "^4.2.1"
},
"pre-commit": "test",
"dependencies": {
"solar-popup": "^0.5.1"
}
}