This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.4 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
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@frigg/hq-frontend",
"version": "0.0.1",
"description": "",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/setup.js test -r mock-local-storage --compilers js:babel-core/register --recursive --reporter nyan",
"watch-test": "mocha test/setup.js test -r mock-local-storage --compilers js:babel-core/register --recursive --reporter nyan --watch",
"coverage": "istanbul cover node_modules/.bin/_mocha test -- -r mock-local-storage --compilers js:babel-core/register --recursive",
"bundle": "NODE_ENV=production WEBPACK_ENV=prod webpack",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/frigg/frigg-frontend.git"
},
"author": "The frigg team",
"license": "MIT",
"bugs": {
"url": "https://github.com/frigg/frigg-frontend/issues"
},
"homepage": "https://github.com/frigg/frigg-frontend#readme",
"dependencies": {
"bluebird": "3.3.4",
"camelcase": "2.1.0",
"emojis": "1.0.7",
"eventemitter3": "1.1.1",
"flux": "2.1.1",
"history": "2.0.1",
"immutable": "3.7.6",
"lodash": "4.6.1",
"lz-string": "1.4.4",
"mock-local-storage": "1.0.2",
"moment": "2.12.0",
"nib": "1.1.0",
"react": "^0.14.7",
"react-addons-css-transition-group": "0.14.3",
"react-dom": "0.14.7",
"react-mixin": "1.3.1",
"react-router": "1.0.3",
"remarkable": "1.6.2",
"snake-case": "1.1.2",
"strip-ansi": "3.0.0",
"stylus": "0.52.4",
"superagent": "1.8.0"
},
"devDependencies": {
"babel": "^6.5.0",
"babel-core": "^6.3.13",
"babel-eslint": "^6.0.0-beta",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.3.13",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"chai-have-react-component": "^1.0.0",
"chai-have-xpath": "^1.3.1",
"css-loader": "^0.23.0",
"ejs": "^2.3.4",
"eslint": "*",
"eslint-config-airbnb": "*",
"eslint-config-frigg": "frigg/eslint-config-frigg",
"eslint-plugin-react": "*",
"file-loader": "^0.8.5",
"istanbul": "^0.4.1",
"jsdom": "^8.0.2",
"json-loader": "^0.5.4",
"mocha": "^2.3.4",
"react-addons-test-utils": "^0.14.7",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.2",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.0"
}
}