-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
56 lines (56 loc) · 1.58 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
{
"name": "teabot_stats",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"babel-core": "^6.11.4",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.11.1",
"eslint": "^3.3.1",
"eslint-plugin-react": "^6.1.2",
"material-ui": "^0.16.7",
"mathjs": "^3.5.3",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-intl": "^2.1.5",
"react-redux": "^4.4.5",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.5.2",
"typescript": "^2.0.3",
"webpack": "=2.2.x",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"babel-jest": "^16.0.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"jest": "^16.0.1",
"react-addons-test-utils": "^15.3.2",
"react-test-renderer": "^15.3.2",
"source-map-loader": "^0.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && ./node_modules/jest/bin/jest.js",
"lint": "./node_modules/eslint/bin/eslint.js -c eslintrc.json app/ app.js",
"build": "$(npm bin)/webpack",
"watch": "$(npm bin)/webpack --watch"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AaronKalair/teabot_stats.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AaronKalair/teabot_stats/issues"
},
"homepage": "https://github.com/AaronKalair/teabot_stats#readme"
}