forked from krujos/willitconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.44 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
78
79
80
81
82
83
84
85
86
87
{
"name": "willitconnect",
"version": "1.0.0",
"description": "Will It Connect?",
"main": "index.js",
"dependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-runtime": "^6.9.2",
"bootstrap": "^3.3.6",
"bootstrap-webpack": "0.0.5",
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"jquery": "^3.0.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"octicons": "^4.1.0",
"react": "^15.1.0",
"react-bootstrap": "^0.29.4",
"react-dom": "^15.1.0",
"react-model": "0.0.0"
},
"scripts": {
"test": "karma start --single-run",
"packit": "webpack --progress --colors --watch",
"deploy": "./gradlew build && cf push",
"karma": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krujos/willitconnect.git"
},
"jest": {
"scriptPreprocessor": "node_modules/babel-jest",
"unmockedModulePathPatterns": [
"node_modules/"
],
"modulePathIgnorePatterns": [
"node_modules/"
],
"testDirectoryName": "src/main/resources/static/scripts/__test__"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/krujos/willitconnect/issues"
},
"homepage": "https://github.com/krujos/willitconnect#readme",
"devDependencies": {
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"enzyme": "^2.3.0",
"expect": "^1.20.1",
"fs": "0.0.2",
"karma": "^1.1.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"lolex": "^1.5.0",
"mocha": "^2.5.3",
"phantomjs-prebuilt": "^2.1.7",
"react-addons-test-utils": "^15.1.0",
"react-test-utils": "0.0.1",
"react-testutils-additions": "^15.1.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
}
}