-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.47 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.47 KB
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
{
name: "peeriod-frontend",
version: "0.1.1",
"author": [
{
"name": "Jonathan Pirnay",
"email": "mail@johnnycrab.com"
},
{
"name": "Jörn Röder",
"email": "me@joernroeder.de"
}
],
"dependencies": {
"envify": "^1.2.1"
},
"scripts": {
"test": "jest"
},
"jest": {
"cacheDirectory": "<rootDir>/.jest-cache",
"collectCoverage": false,
"testDirectoryName": "test",
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/src/client/core/i18n/I18nMixin"
]
},
"devDependencies": {
"browserify": "^5.11.0",
"chroma-js": "^0.5.7",
"countdown": "^2.3.0",
"envify": "^3.0.0",
"grunt": "^0.4.5",
"grunt-browser-sync": "^1.3.6",
"grunt-browserify": "^3.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^0.9.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-grunticon": "^1.2.13",
"grunt-jsdoc": "^0.6.0",
"grunt-plato": "^1.3.0",
"grunt-react": "^0.9.0",
"grunt-svgmin": "^0.4.0",
"grunt-svgstore": "^0.3.3",
"jest-cli": "^0.1.18",
"moment": "^2.8.2",
"newforms": "^0.7.0",
"react": "^0.11.1",
"react-async": "^1.0.1",
"react-interpolate-component": "^0.5.1",
"react-router-component": "^0.20.0",
"react-tools": "^0.11.1"
}
}