-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.61 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
80
{
"name": "storm-client",
"version": "0.1.0",
"description": "Storm app client",
"scripts": {
"start": "node server.js",
"dev-start": "nohup npm start &",
"watch": "./node_modules/webpack/bin/webpack.js --content-base build/ --config webpack.config.dev.js --inline --progress --display-error-details --watch",
"lint": "./node_modules/eslint/bin/eslint.js -c .eslintrc src/**/*.js",
"dev": "npm run dev-start ; npm run watch",
"build": "./node_modules/webpack/bin/webpack.js --content-base build/ --config webpack.config.prod.js --inline --progress --display-error-details"
},
"repository": {
"type": "git",
"url": "https://github.com/IGME-Research-Studio/bloxeo-client.git"
},
"author": "MAGIC, See PEOPLE.md",
"license": "UNLICENCED",
"private": "true",
"bugs": {
"url": "https://github.com/IGME-Research-Studio/bloxeo-client/issues"
},
"homepage": "https://github.com/IGME-Research-Studio/bloxeo-client",
"dependencies": {
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2016": "^6.11.3",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.11.6",
"bluebird": "^3.0.6",
"bootstrap-sass": "^3.3.5",
"case-sensitive-paths-webpack-plugin": "^1.1.3",
"chai": "^3.2.0",
"classnames": "^2.1.3",
"css-loader": "^0.23.1",
"eslint": "^1.5.0",
"eslint-config-airbnb": "0.0.8",
"eslint-loader": "^1.5.0",
"eslint-plugin-react": "^3.4.2",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"flux": "^3.1.0",
"history": "^1.12.6",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"jsx": "^0.9.89",
"keymirror": "^0.1.1",
"material-color": "^1.0.0",
"material-ui": "^0.16.2",
"mocha": "^2.3.2",
"node-sass": "^3.8.0",
"npm-install-webpack-plugin": "^4.0.4",
"object-assign": "^4.0.1",
"ramda": "^0.19.1",
"react": "^15.4.0",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.4.1",
"react-flip-move": "^2.4.2",
"react-fontawesome": "^1.1.0",
"react-masonry-component": "^4.2.1",
"react-modal": "^1.4.0",
"react-router": "^2.6.1",
"react-tap-event-plugin": "^2.0.1",
"redux-actions": "^0.9.1",
"reqwest": "^2.0.5",
"sass-loader": "^4.0.0",
"sloth": "^0.5.1",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"whatwg-fetch": "^0.11.0"
}
}