-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "mip-by-example",
"version": "0.0.1",
"description": "MIP live examples.",
"main": "index.js",
"dependencies": {
"express": "^4.16.4"
},
"devDependencies": {
"autoprefixer": "^9.4.8",
"css-hot-loader": "^1.4.3",
"css-loader": "^2.1.0",
"eslint": "^5.15.3",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"etpl": "^3.2.0",
"extract-css-chunks-webpack-plugin": "^3.3.2",
"file-loader": "^3.0.1",
"gulp": "^4.0.0",
"gulp-run": "^1.7.1",
"highlight.js": "^9.14.2",
"marked": "^0.6.1",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"parse5": "^5.1.0",
"parse5-htmlparser2-tree-adapter": "^5.1.0",
"postcss-loader": "^3.0.0",
"request": "^2.88.0",
"striptags": "^3.1.1",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"url-loader": "^1.1.2",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-stream": "^5.2.1"
},
"scripts": {
"build": "gulp build",
"dev": "gulp",
"lint": "eslint --ext .js .",
"fix": "eslint --ext .js . --fix"
},
"author": "sfe-sy ([email protected])",
"license": "MIT"
}