forked from ieee-vgtc/ieeevis.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.67 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
{
"name": "ieeevis.org",
"version": "1.0.0",
"description": "This is the Jekyll version of the [IEEE VIS website](http://ieeevis.org).",
"main": "error.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"tailwindcss": "^1.0.5",
"vue": "~2.6"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "~7.2",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^9.1.2",
"css-loader": "^3.2.0",
"cssnano": "^5.0.12",
"jshint": "^2.10.2",
"jshint-loader": "^0.8.4",
"mini-css-extract-plugin": "^0.8.0",
"node-libs-browser": "^2.2.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"terser-webpack-plugin": "^2.0.1",
"vue-loader": "~15.6",
"vue-style-loader": "~4.1",
"vue-template-compiler": "~2.6",
"webpack": "^5.51.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"webpack-merge": "^4.2.2"
},
"scripts": {
"dev": "webpack-dev-server --progress --colors --config webpack.dev.js",
"start": "webpack --watch --config webpack.dev.js && npm run dev",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ieee-vgtc/ieeevis.org.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ieee-vgtc/ieeevis.org/issues"
},
"homepage": "https://github.com/ieee-vgtc/ieeevis.org#readme"
}