-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.39 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
{
"name": "socket",
"version": "1.0.0",
"main": "index.js",
"category": "plugins",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --display-error-details",
"dev": "./node_modules/.bin/webpack --watch",
"lint": "esw webpack.config.* src tools --color"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "1.6.3",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.23.6",
"browser-sync-webpack-plugin": "^1.2.0",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.4.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"less-loader": "^4.0.5",
"less-vars-to-js": "^1.2.1",
"load-project-config": "~0.2.0",
"loose-envify": "^1.3.1",
"react-hot-loader": "^3.1.3",
"style-loader": "^0.20.2",
"webpack": "^3.11.0"
},
"dependencies": {
"lodash": "^4.17.5",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"semantic-ui-react": "^0.78.2",
"whatwg-fetch": "^2.0.3"
}
}