-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.42 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.42 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "xt-techradar-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack",
"serve:dev": "gulp md && webpack-dev-server --open",
"serve:prod": "gulp md && webpack-dev-server --env prod --open",
"build:dev": "gulp md && webpack",
"build:prod": "gulp md --env prod && webpack --env prod",
"webpack:build": "webpack",
"gulp:build": "gulp md",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.26.0",
"chance": "^1.0.13",
"compression": "^1.7.2",
"d3": "^5.0.0",
"d3-tip": "^0.7.1",
"dialog-polyfill": "^0.4.9",
"es6-promise": "^4.2.4",
"escape-string-regexp": "^1.0.5",
"express": "^4.16.3",
"github-markdown-css": "^2.10.0",
"highlight.js": "^9.12.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"markdown-it": "^8.4.1",
"material-design-lite": "^1.3.0",
"sanitize-html": "^1.18.2",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.44",
"@babel/preset-env": "^7.4.4",
"all-contributors-cli": "^4.11.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^8.0.0-beta.2",
"buffer-from": "^1.1.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-babel": "^5.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"gulp": "^4.0.2",
"gulp-clean-css": "^3.9.3",
"gulp-inline": "^0.1.3",
"gulp-json-concat": "^0.1.1",
"gulp-uglify": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"map-stream": "0.0.7",
"node-sass": "^4.12.0",
"postcss": "^6.0.21",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^2.1.4",
"sass-loader": "^6.0.7",
"script-ext-html-webpack-plugin": "^2.0.1",
"style-ext-html-webpack-plugin": "^3.4.7",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"vinyl": "^2.1.0",
"webpack": "^4.5.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1",
"yargs": "^11.0.0"
}
}