-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.88 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
{
"name": "kassa",
"version": "0.1.0",
"private": true,
"dependencies": {
"@horizon/client": "^2.0.0-beta-5",
"classnames": "^2.2.5",
"koa": "^1.2.4",
"lodash": "^4.17.2",
"moment": "^2.17.0",
"pg": "^6.1.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-hz": "^0.4.0",
"react-router": "^3.0.0",
"react-toolbox": "^1.2.5",
"webfontloader": "^1.6.26"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.7.7",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-webpack-loaders": "^0.8.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bufferutil": "^1.2.1",
"css-loader": "^0.26.0",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-react": "^6.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.16.1",
"jsdom": "^9.4.1",
"morgan": "^1.7.0",
"node-libs-browser": "^1.0.0",
"postcss-loader": "^1.1.1",
"postcss-smart-import": "^0.5.1",
"precss": "^1.4.0",
"react-addons-test-utils": "^15.0.2",
"react-css-modules": "^4.0.3",
"react-hot-loader": "^3.0.0-beta.6",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"utf-8-validate": "^1.2.1",
"webpack": "~1.13.0",
"webpack-dev-server": "^1.16.2",
"webpack-hot-middleware": "^2.13.2",
"yml-loader": "^1.1.0"
},
"scripts": {
"start": "node server.js",
"build": "webpack -p --config webpack.prod.conf.js",
"lint": "eslint ./src",
"testonly": "BABEL_DISABLE_CACHE=1 NODE_ENV=test mocha $npm_package_options_mocha",
"test": "npm run lint && npm run testonly"
}
}