-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.26 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
{
"name": "sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/nodemon --exec babel-node index.js --ignofe client"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/fyks/fixserver.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/fyks/fixserver/issues"
},
"homepage": "https://gitlab.com/fyks/fixserver#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"nodemon": "^1.18.7",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^2.0.5",
"webpack-livereload-plugin": "^1.0.0"
},
"dependencies": {
"express": "^4.16.4",
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"nodemonConfig": {
"ignore": [
"test/*",
"docs/*",
"client/*"
],
"delay": "2500"
}
}