-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.64 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
{
"name": "trade-box",
"version": "1.0.0",
"description": "This is a simple online barter or trading platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:dev": "cross-env NODE_ENV=development webpack-dev-server --progress --hot --inline --port 9000",
"build:prod": "cross-env NODE_ENV=production webpack -p --progress"
},
"keywords": [
"trade",
"barter",
"react",
"nodejs",
"es6",
"es7",
"javascript",
"webpack",
"css",
"html"
],
"author": "Debanjan Basu <debanjanbasu2006@gmail.com>",
"license": "UNLICENSED",
"devDependencies": {
"babel-core": "^7.0.0-alpha.12",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-react-constant-elements": "^7.0.0-alpha.12",
"babel-plugin-transform-react-inline-elements": "^7.0.0-alpha.12",
"babel-plugin-transform-runtime": "^7.0.0-alpha.12",
"babel-preset-es2015": "^7.0.0-alpha.12",
"babel-preset-es2017": "^7.0.0-alpha.12",
"babel-preset-react": "^7.0.0-alpha.12",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^7.0.0-alpha.12",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"eslint": "^4.0.0",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^2.1.2",
"favicons-webpack-plugin": "0.0.7",
"google-fonts-webpack-plugin": "^0.4.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.3",
"normalize-scss": "^7.0.0",
"offline-plugin": "^4.8.1",
"path": "^0.12.7",
"react-hot-loader": "^3.0.0-beta.7",
"sass-loader": "^6.0.5",
"script-ext-html-webpack-plugin": "^1.8.1",
"style-loader": "^0.18.2",
"webapp-manifest-plugin": "0.0.3",
"webpack": "^3.0.0-rc.1",
"webpack-dev-server": "^2.4.5",
"webpack-node-externals": "^1.6.0"
},
"private": true,
"dependencies": {
"ejs": "^2.5.6",
"express": "^4.15.3",
"react": "^16.0.0-alpha.13",
"react-dom": "^16.0.0-alpha.13",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1"
},
"repository": {
"type": "git",
"url": "git+https://debanjanbasu@gitlab.com/debanjanbasu/trade-box.git"
},
"bugs": {
"url": "https://gitlab.com/debanjanbasu/trade-box/issues"
},
"homepage": "https://gitlab.com/debanjanbasu/trade-box#README"
}