-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.05 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": "base",
"author": "",
"version": "0.0.1",
"description": "Find a place to live in.",
"main": "index.js",
"scripts": {
"test": "jest app --coverage --verbose",
"bundle": "webpack --progress --colors"
},
"jest": {
"transform": {
".*": "./node_modules/babel-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.es6?$",
"moduleFileExtensions": [
"es6",
"js"
],
"setupFiles": [
"./jest.config.es6"
]
},
"license": "ISC",
"devDependencies": {
"angular2-template-loader": "^0.6.2",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.13",
"css-loader": "^0.28.4",
"eslint": "^4.3.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-angular": "^3.0.0",
"html-loader": "^0.5.0",
"image-webpack-loader": "^3.3.1",
"jest": "^20.0.4",
"ng-annotate-loader": "^0.6.1",
"nock": "^9.0.14",
"node-sass": "^4.5.3",
"redux-mock-store": "^1.2.3",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.4.1"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.5",
"angular": "^1.6.5",
"angular-animate": "^1.6.5",
"angular-loading-bar": "^0.9.0",
"angular-resource": "^1.6.5",
"angular-touch": "^1.6.5",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-carousel": "^0.1.10",
"babel-plugin-root-import": "^5.1.0",
"bootstrap": "v4.0.0-beta",
"bootstrap-sass": "^3.3.7",
"browser-sync-webpack-plugin": "^1.2.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"ng-dialog": "^1.4.0",
"ng-redux": "^3.4.1",
"ngmap": "^1.18.4",
"node-fetch": "^1.7.1",
"popper.js": "^1.12.3",
"query-string": "^5.0.0",
"redux-logger": "^3.0.6",
"url-loader": "^0.5.9"
}
}