-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.02 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "notskype-qdb",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nolanlum/notskype-qdb.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nolanlum/notskype-qdb/issues"
},
"homepage": "https://github.com/nolanlum/notskype-qdb#readme",
"devDependencies": {
"@types/node": "^9.4.5",
"autoprefixer": "^7.2.6",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-inferno": "^4.0.0-30",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.5.2",
"nodemon": "^1.11.0",
"null-loader": "^0.1.1",
"postcss-loader": "^2.1.0",
"postcss-smart-import": "^0.7.6",
"precss": "^3.1.0",
"sass-loader": "^6.0.3",
"source-map-loader": "^0.2.1",
"source-map-support": "^0.5.3",
"style-loader": "^0.20.1",
"ts-jest": "^22.0.3",
"ts-loader": "^3.5.0",
"tslint": "^5.1.0",
"tslint-loader": "^3.5.3",
"typescript": "^2.3.2",
"webpack": "^3.11.0",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"@types/express": "^4.0.35",
"core-js": "^2.4.1",
"express": "^4.15.2",
"fecha": "^2.3.2",
"history": "^4.6.1",
"http-proxy-middleware": "^0.17.4",
"inferno": "^4.0.0-21",
"inferno-router": "^4.0.0-21",
"inferno-server": "^4.0.0-21",
"isomorphic-fetch": "^2.2.1",
"jest": "^22.2.2"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"modulePaths": [
"<rootDir>/src"
]
}
}