-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.41 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
{
"name": "xrespond",
"version": "1.0.0",
"description": "Virtual device lab for responsive web design, development and testing",
"repository": "https://github.com/indrekpaas/xrespond.git",
"author": "XRespond",
"main": "app/js/scripts/xrespond.coffee",
"scripts": {
"start": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build",
"test": "jest"
},
"dependencies": {
"base64-js": "^1.1.2",
"cjsx-loader": "^3.0.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"fuzzy": "^0.1.1",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-load-plugins": "^1.2.4",
"gulp-util": "^3.0.7",
"map-stream": "0.0.7",
"react": "^15.3.1",
"react-addons-update": "^15.3.1",
"react-dom": "^15.3.1",
"react-hot-loader": "^1.3.0",
"svg4everybody": "^2.1.0",
"touch": "^1.0.0",
"underscore": "^1.8.3",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0",
"what-input": "^3.0.0"
},
"devDependencies": {
"jest-cli": "14.1.0",
"react-addons-test-utils": "15.6.2",
"react-dom": "15.7.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
],
"testFileExtensions": [
"coffee",
"js",
"cjsx"
],
"moduleFileExtensions": [
"js",
"json",
"coffee",
"cjsx"
]
}
}