forked from Mittal-Analytics/Screener.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 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
{
"name": "screener",
"version": "1.0.0",
"description": "Screener.in frontend based on Reactjs",
"main": "app/index.js",
"dependencies": {
"chartist": "0.9.8",
"classnames": "2.2.5",
"es6-promise": "3.3.1",
"fetch-on-rest": "2.0.0",
"lodash": "4.16.4",
"react": "15.3.2",
"react-addons-test-utils": "15.3.2",
"react-bootstrap": "0.30.5",
"react-dom": "15.3.2",
"react-router": "2.8.1",
"urijs": "1.18.2",
"whatwg-fetch": "1.0.0"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"babel-jest": "^16.0.0",
"babel-loader": "6.2.5",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-jest": "^16.0.0",
"babel-preset-react": "6.16.0",
"eslint": "^3.8.1",
"eslint-plugin-react": "6.4.1",
"exports-loader": "0.6.3",
"http-proxy": "1.15.1",
"jest-cli": "^16.0.1",
"jest-webpack-alias": "3.3.0",
"webpack": "1.13.2"
},
"scripts": {
"prestart": "webpack -d && (node server.js&)",
"start": "webpack -d --watch",
"build": "NODE_ENV=production webpack -p",
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/Mittal-Analytics/screener.in"
},
"keywords": [
"screener.in",
"investing",
"indian",
"stocks",
"reactjs"
],
"author": "Mittal Analytics Private Limited",
"license": "GPL-3.0"
}