-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.36 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
{
"_comments": "leaving testSetup.js there for now until I figure out how to do mount test on SearchPage.",
"name": "enron-mail-search",
"version": "1.0.0",
"description": "Enron mail search.",
"main": "index.js",
"scripts": {
"dev": "npm-run-all --parallel watch build:dev",
"build:dev": "webpack-dev-server -d --inline",
"prod": "npm-run-all --parallel test build:prod",
"build:prod": "webpack --config webpack-production.config.js -p --progress",
"test": "tape -r babel-register -r ignore-styles src/tools/testSetup.js src/**/*.test.js | faucet",
"watch": "npm-watch",
"start": "node server.js",
"postinstall": "npm run prod"
},
"watch": {
"test": "src/**/*.js"
},
"engines": {
"node": "6.9.2",
"npm": "4.0.5"
},
"author": "Nventex",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-react-display-name": "^2.0.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-register": "^6.22.0",
"babili": "0.0.10",
"compression": "^1.6.2",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"dateformat": "^2.0.0",
"enzyme": "^2.7.1",
"eslint": "^3.14.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.9.0",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^1.0.1",
"faucet": "0.0.1",
"file-loader": "^0.9.0",
"flexboxgrid": "^6.3.1",
"ignore-styles": "^5.0.1",
"jquery": "^3.1.1",
"jsdom": "^9.12.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"material-ui": "^0.16.7",
"npm-run-all": "^4.0.2",
"npm-watch": "^0.1.8",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-flexbox-grid": "^0.10.2",
"react-paginate": "^4.1.1",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.7",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-immutable-state-invariant": "^1.2.4",
"redux-mock-store": "^1.2.1",
"redux-thunk": "^2.2.0",
"restful.js": "^0.9.6",
"rimraf": "^2.5.4",
"strip-loader": "^0.1.2",
"style-loader": "^0.13.1",
"tape": "^4.6.3",
"url-loader": "^0.5.7",
"webpack": "^2.2.1"
}
}