forked from producthunt/producthunt-chrome-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.71 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
{
"name": "producthunt",
"private": true,
"version": "0.0.0",
"scripts": {
"test": "gulp test",
"postinstall": "bower install"
},
"devDependencies": {
"babel-jest": "^4.0.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"envc": "^2.1.0",
"envify": "^4.0.0",
"gulp": "^3.8.11",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-jsonminify": "^1.0.0",
"gulp-minify-css": "^1.0.0",
"gulp-minify-html": "^1.0.0",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-spawn-mocha": "^3.1.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.1.1",
"gulp-zip": "^3.0.2",
"jest-cli": "^18.0.0",
"node-neat": "^1.7.1-beta1",
"react-tools": "^0.13.3",
"rimraf": "^2.3.0",
"sv-selenium": "^0.2.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.8.0",
"wd": "^0.3.11"
},
"dependencies": {
"assert-env": "^0.6.0",
"async": "^0.9.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bower": "^1.3.12",
"debug": "^2.5.2",
"flux": "^3.1.2",
"lscache": "^1.0.5",
"mocha": "3.2.0",
"moment": "^2.9.0",
"object-assign": "^4.1.0",
"query-string": "^4.2.3",
"react": "^15.4.1",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.4.1",
"superagent": "^0.21.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testPathDirs": [
"<rootDir>/src"
],
"setupEnvScriptFile": "<rootDir>/jest/env.js",
"setupTestFrameworkScriptFile": "<rootDir>/jest/setup.js"
}
}