This repository was archived by the owner on Oct 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.62 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
{
"name": "uzleti-liga-redesign",
"version": "0.0.1",
"description": "Redesign for Üzleti Liga pages",
"main": "index.js",
"scripts": {
"start": "set NODE_ENV=dev && node node_modules/gulp/bin/gulp.js --color",
"build": "set NODE_ENV=prod && node node_modules/gulp/bin/gulp.js build --color",
"test": "jest",
"test:watch": "npm test -- --watch --color",
"deploy:lambda": "set NODE_ENV=dev && node node_modules/gulp/bin/gulp.js aws-lambda --color",
"debug": "node debug.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atikenny/uzleti-liga-redesign.git"
},
"keywords": [
"redesign",
"üzleti",
"liga",
"chrome",
"extension"
],
"author": "Attila Bartha",
"license": "ISC",
"bugs": {
"url": "https://github.com/atikenny/uzleti-liga-redesign/issues"
},
"homepage": "https://github.com/atikenny/uzleti-liga-redesign#readme",
"devDependencies": {
"archiver": "1.3.0",
"aws-sdk": "2.22.0",
"babel-jest": "19.0.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.23.0",
"babelify": "7.3.0",
"browser-sync": "2.18.8",
"browserify": "14.1.0",
"business-leagueify": "0.0.4",
"chalk": "1.1.3",
"change-case": "3.0.1",
"del": "2.2.2",
"enzyme": "2.7.1",
"gulp": "3.9.1",
"gulp-clean-css": "3.0.3",
"gulp-filter": "5.0.0",
"gulp-install": "0.6.0",
"gulp-plumber": "1.1.0",
"gulp-rev": "7.1.2",
"gulp-rev-replace": "0.4.3",
"gulp-sass": "3.1.0",
"gulp-sequence": "0.4.6",
"gulp-sourcemaps": "2.4.1",
"gulp-uglify": "2.0.1",
"gulp-util": "3.0.8",
"jest": "19.0.2",
"lodash": "4.17.4",
"merge-stream": "1.0.1",
"minimist": "1.2.0",
"node-nightly": "1.7.1",
"pretty-hrtime": "1.0.3",
"react-addons-test-utils": "15.4.2",
"selenium-webdriver": "3.1.0",
"sinon": "1.17.7",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
},
"dependencies": {
"aws-api-gateway-client": "0.1.12",
"d3": "4.7.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-redux": "5.0.3",
"redux": "3.6.0",
"redux-thunk": "2.2.0",
"reselect": "2.5.4"
},
"jest": {
"roots": [
"app/js"
],
"transformIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/app/cert",
"<rootDir>/app/font",
"<rootDir>/app/img",
"<rootDir>/app/sass",
"<rootDir>/build",
"<rootDir>/desgin",
"<rootDir>/docs",
"<rootDir>/gulp-settings",
"<rootDir>/temp"
],
"unmockedModulePathPatterns": [
"node_modules/react",
"node_modules/enzyme"
]
}
}