-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
103 lines (103 loc) · 2.96 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "willitconnect",
"version": "1.0.0",
"description": "Will It Connect?",
"main": "index.js",
"dependencies": {
"bootstrap": "^4.3.1",
"bootstrap-webpack": "0.0.6",
"isomorphic-fetch": "^2.2.1",
"less": "^3.9.0",
"jquery": "^3.5.0",
"npm-check-updates": "^3.1.10",
"lodash": "^4.17.21",
"octicons": "^8.5.0",
"react": "^16.2.0",
"react-bootstrap": "^0.32.0",
"react-dom": "^16.2.0",
"react-redux": "^7.0.3",
"react-model": "2.7.2",
"redux": "^4.0.1",
"redux-thunk": "^2.2.0",
"superagent": "^5.0.6"
},
"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": {
"ajv": "^6.0.1",
"babel-loader": "^8.0.6",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-native-modules": "^6.9.4",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"chai": "^4.1.2",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"exports-loader": "^0.7.0",
"expect": "^24.8.0",
"expose-loader": "^0.7.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^4.0.0",
"karma": "^4.1.0",
"imports-loader": "^0.8.0",
"karma-babel-preprocessor": "^8.0.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"lolex": "^4.1.0",
"karma-webpack": "^3.0.5",
"less-loader": "^5.0.0",
"mocha": "^6.1.4",
"phantomjs-prebuilt": "^2.1.16",
"react-addons-test-utils": "^15.6.2",
"react-test-utils": "0.0.1",
"react-testutils-additions": "^16.0.2",
"redux-devtools": "^3.4.1",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0",
"style-loader": "^0.23.1",
"testdouble": "^3.3.2",
"webpack": "^4.43.0",
"url-loader": "^2.0.0"
}
}