-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.09 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.09 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
{
"name": "upload-frontend",
"description": "An amazing, rich, isomorphic website created with skookum-react",
"private": true,
"version": "0.1.0",
"scripts": {
"lint": "npm run eslint && npm run suit",
"eslint": "eslint .",
"suit": "node scripts/suit-conformance",
"start": "export PORT=4000 && DEBUG=*,-babel node . & node server.js",
"start-windows": "set PORT=4000 && set DEBUG=*,-babel & start /b node index.js & node server.js",
"build": "node ./scripts/build && node ./dist/main.js",
"test": "jest",
"preinstall": "npm prune"
},
"dependencies": {
"alt": "^0.18.4",
"babel-core": "^5.1.11",
"babel-eslint": "^3.0.1",
"babel-jest": "^5.0.1",
"babel-loader": "^5.0.0",
"babel-runtime": "^5.1.11",
"chalk": "^1.0.0",
"css-loader": "^0.23.1",
"debug": "^2.1.3",
"es6-promise": "^3.1.2",
"eslint": "^2.7.0",
"eslint-plugin-react": "^4.2.3",
"esprima-loader": "^0.9.0",
"express": "^4.12.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.1",
"flux": "^2.0.1",
"glob": "^7.0.3",
"immutable": "^3.7.1",
"isomorphic-fetch": "^2.0.1",
"node-noop": "1.0.0",
"normalize.css": "^4.0.0",
"object.assign": "^4.0.3",
"postcss": "^5.0.19",
"postcss-cssnext": "^2.5.2",
"postcss-import": "^8.1.0",
"postcss-loader": "^0.8.2",
"precss": "^1.4.0",
"re-base": "^1.1.2",
"react": "^0.14.8",
"react-cookie": "^0.4.5",
"react-dom": "^0.14.8",
"react-dropzone": "^1.2.4",
"react-fontawesome": "^0.3.3",
"react-hot-loader": "^1.2.4",
"react-inlinesvg": "^0.4.2",
"react-router": "^0.13.2",
"react-tap-event-plugin": "^0.2.2",
"react-tween-state": "0.1.4",
"rework": "^1.0.1",
"rework-suit-conformance": "^0.4.2",
"rework-vars": "^3.1.1",
"rework-webpack-loader": "^0.2.0",
"rimraf": "^2.4.2",
"source-map": "^0.5.3",
"source-map-support": "^0.4.0",
"style-loader": "^0.13.1",
"suitcss-preprocessor": "^1.0.2",
"url-loader": "^0.5.5",
"webpack": "^1.8.2",
"webpack-dev-server": "^1.8.0"
}
}