-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.76 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
{
"name": "Hanseatic",
"version": "0.1.0",
"description": "Game creation a play framework for the people of future",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/kecso/hanseatic.git"
},
"main": "/src/server/index.js",
"dependencies": {
"backbone": "^1.2.3",
"body-parser": "^1.15.0",
"bootstrap": "^3.3.6",
"bootstrap-webpack": "0.0.5",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"jade": "^1.11.0",
"jquery": "^2.2.0",
"q": "^1.4.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"underscore": "^1.8.3",
"webgme": "1.6.0"
},
"devDependencies": {
"6to5-jest": "^3.0.0",
"babel-core": "^6.1.21",
"babel-jest": "^6.0.1",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"codemirror": "^5.12.0",
"css-loader": "^0.22.0",
"ejs-loader": "^0.2.1",
"exports-loader": "^0.6.2",
"file-loader": "^0.8.4",
"html-loader": "^0.3.0",
"imports-loader": "^0.6.5",
"jest-cli": "*",
"jest-webpack-alias": "^2.2.0",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"lodash": "^4.6.1",
"react-addons-test-utils": "^0.14.0",
"react-codemirror": "^0.2.5",
"react-tools": "^0.13.3",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.12"
},
"scripts": {
"test": "jest"
},
"jest": {
"scriptPreprocessor": "<rootDir>/jest/preprocessor",
"testFileExtensions": [
"es6",
"js",
"jsx"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/react-dom",
"<rootDir>/node_modules/react-addons-test-utils",
"<rootDir>/node_modules/fbjs"
]
}
}