-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.59 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
{
"name": "retroflection",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://github.com/yveshanoulle/AgileRetroflection"
},
"license": "(MIT OR Apache-2.0)",
"author": "Andreas Leidig",
"dependencies": {
"babel-core": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"babelify": "8.0.0",
"base64-stream": "0.1.3",
"compression": "1.7.2",
"concat-stream": "1.6.2",
"eslint": "4.19.1",
"eslint-plugin-react": "7.7.0",
"events": "2.0.0",
"express": "4.16.3",
"grunt": "1.0.2",
"grunt-browserify": "5.3.0",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-uglify": "3.3.0",
"grunt-eslint": "20.1.0",
"grunt-replace": "1.0.1",
"history": "4.7.2",
"pug": "2.0.3",
"moment": "2.22.1",
"prop-types": "15.6.1",
"react": "15.4.1",
"react-addons-css-transition-group": "15.4.1",
"react-dom": "15.4.1",
"react-router": "3.0.0",
"serve-favicon": "2.5.0",
"serve-static": "1.13.2",
"useragent": "2.3.0"
},
"devDependencies": {
"grunt-mocha-istanbul": "5.0.2",
"istanbul": "0.4.5",
"mocha": "5.1.1",
"must": "0.13.4",
"request": "2.85.0",
"sinon": "4.5.0"
},
"engines": {
"node": "6.x"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": ["js"],
"moduleFileExtensions": ["js", "jsx"]
},
"scripts": {
"postinstall": "NODE_ENV=production grunt deployProduction",
"start": "NODE_ENV=production node server/start",
"test": "grunt travis"
}
}