-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "san-webpack-loader",
"version": "1.3.2",
"description": "🌈 a webpack-v4 loader for San.js ☄️",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.54",
"@babel/generator": "^7.0.0-beta.54",
"@babel/traverse": "^7.0.0-beta.54",
"@babel/types": "^7.0.0-beta.54",
"html-minifier": "^3.5.20",
"loader-utils": "^1.1.0",
"mini-css-extract-plugin": "^0.6.0",
"object-assign": "^4.1.1",
"posthtml": "^0.11.3",
"san": "^3.6.0",
"san-hot-reload-api": "^1.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jiangjiu/san-webpack-loader.git"
},
"keywords": [
"san",
"loader",
"webpack4"
],
"author": "zhangsiyuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/jiangjiu/san-webpack-loader/issues"
},
"homepage": "https://github.com/jiangjiu/san-webpack-loader#readme"
}