-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.68 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
{
"name": "chatter-frontend",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/pushstate-server ./dist 8082",
"watch": "node_modules/.bin/webpack --watch --colors --progress",
"build": "NODE_ENV=production node_modules/.bin/webpack -p --progress",
"lint": "node_modules/.bin/eslint ."
},
"author": "atamas1llya",
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^4.12.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"mobx-react-devtools": "^4.2.15",
"pushstate-server": "^3.0.1",
"style-loader": "^0.19.0",
"webpack": "^3.9.1",
"webpack-bundle-analyzer": "^2.9.1"
},
"dependencies": {
"get-form-data": "^1.2.5",
"mobx": "^3.3.2",
"mobx-react": "^4.3.5",
"moment": "^2.20.1",
"normalize.css": "^7.0.0",
"query-string": "^5.0.1",
"react": "^16.2.0",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.2.0",
"react-feather": "^1.0.7",
"react-helmet": "^5.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"socket.io-client": "^2.0.4",
"three": "^0.88.0"
}
}