-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 KB
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
{
"name": "js-dev-env",
"version": "1.0.0",
"description": "Javascript Development Environment",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yuleblinker/js-dev-env.git"
},
"author": "Andrew Craigie",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yuleblinker/js-dev-env/issues"
},
"homepage": "https://github.com/Yuleblinker/js-dev-env#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-latest": "^6.24.1",
"chai": "^4.1.2",
"chalk": "^2.3.2",
"cheerio": "^1.0.0-rc.2",
"compression": "^1.7.2",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.10.0",
"eslint-watch": "^3.1.4",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.1.0",
"jsdom": "^11.6.2",
"json-schema-faker": "^0.5.0-rc9",
"json-server": "^0.12.1",
"localtunnel": "^1.8.3",
"mocha": "^5.0.5",
"nock": "^9.2.3",
"npm-run-all": "^4.1.2",
"nsp": "^3.2.1",
"numeral": "^2.0.6",
"open": "0.0.5",
"rimraf": "^2.6.2",
"style-loader": "^0.20.3",
"webpack": "^4.4.1",
"webpack-dev-middleware": "^3.1.0",
"webpack-hot-middleware": "^2.21.2",
"webpack-md5-hash": "0.0.6"
}
}