This repository has been archived by the owner on Jun 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.7 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
{
"name": "pug-inc",
"version": "0.0.1",
"repository": "c-dante/pug-inc",
"bugs": {
"url": "https://github.com/c-dante/pug-inc/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --env.production",
"start": "webpack-dev-server"
},
"author": "Dante <[email protected]> (http://dante.codes/)",
"license": "MIT",
"sideEffects": [
"**/*.css"
],
"dependencies": {
"d3-scale": "^1.0.4",
"d3-selection": "^1.0.3",
"incremental-dom": "^0.5.1",
"normalize.css": "^4.2.0",
"object-path-immutable": "^0.5.1",
"pug-lexer": "^2.3.0",
"pug-parser": "^2.0.1",
"ramda": "^0.23.0",
"void-elements": "^2.0.1",
"webcomponents.js": "^0.7.23"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"babel-plugin-lodash": "^3.3.4",
"browserslist": "^4.3.4",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss": "^7.0.5",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.0",
"postcss-preset-env": "^6.3.1",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"raw-loader": "^1.0.0",
"script-ext-html-webpack-plugin": "^2.0.1",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.11"
}
}