-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.96 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.96 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-cli": "^6.18.0",
"babel-core": "^6.5.2",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.2",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-survivejs-kanban": "^0.3.3",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"clean-webpack-plugin": "^0.1.9",
"copyfiles": "^0.2.1",
"css-loader": "^0.23.1",
"enzyme": "^2.0.0",
"eslint": "^3.9.1",
"eslint-config-standard": "^5.1.0",
"eslint-config-standard-jsx": "^1.1.1",
"eslint-config-standard-react": "^2.3.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-standard": "^1.3.2",
"exports-loader": "^0.6.3",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"filesaver.js": "^0.2.0",
"html-webpack-plugin": "^2.16.0",
"imports-loader": "^0.6.5",
"jquery": "^3.1.1",
"jsdom": "^8.0.4",
"json-loader": "^0.5.4",
"mocha": "^2.4.5",
"node-sass": "^3.6.0",
"npm-install-webpack-plugin": "^3.1.0",
"nyc": "^6.0.0",
"onchange": "^2.4.0",
"postcss-loader": "^0.8.2",
"react-addons-test-utils": "^15.4.2",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.2.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.10.0",
"whatwg-fetch": "^0.11.0"
},
"dependencies": {
"axios": "^0.9.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "6.7.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.5.2",
"body-parser": "^1.15.2",
"express": "4.13.4",
"fibers": "^1.0.15",
"history": "^4.6.1",
"http-proxy": "^1.13.2",
"lodash": "4.17.15",
"moment": "^2.15.2",
"node-ensure": "0.0.0",
"prop-types": "^15.5.8",
"query-string": "^4.1.0",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.5.2",
"react-dom": "^15.5.4",
"react-redux": "^4.4.5",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.4",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"search": "^1.0.0",
"tingodb": "^0.4.2"
},
"name": "techtest-books",
"private": true,
"version": "0.0.0",
"description": "books tech test",
"main": "index.js",
"scripts": {
"start": "npm run build",
"generate": "babel-node generator generate",
"build": "npm run test && DEV=true babel-node --max_old_space_size=4096 ./server/server.js",
"test": "mocha --compilers js:babel-core/register --require src/test/setup.js --recursive ./src/test",
"test:watch": "npm run test -- --watch"
},
"author": "davide@codingshack.com",
"license": ""
}