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 1
/
package.json
55 lines (55 loc) · 1.58 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
{
"name": "browser-base",
"version": "0.1.0",
"description": "Intermediate. Use c-dante/web",
"main": "none",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --env.production",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c-dante/web.git"
},
"author": "Dante <[email protected]> (http://dante.codes/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/c-dante/web/issues"
},
"homepage": "https://github.com/c-dante/web#readme",
"sideEffects": [
"**/*.css"
],
"dependencies": {
"lodash": "^4.17.11"
},
"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",
"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"
}
}