-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.26 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.26 KB
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
{
"name": "avalon-loader",
"version": "0.0.3",
"keywords": [
"avalon.js",
"avalon",
"avn",
"webpack",
"loader"
],
"description": "A single-file webpack loader for avalon.js",
"main": "lib/index.js",
"scripts": {
"test": "eslint lib --quiet"
},
"eslintConfig": {
"extends": "eslint:recommended",
"env": {
"node": true
}
},
"maintainers": [ {
"name": "LiPinghai",
"email": "twopoles@163.com"
} ],
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.3.6",
"es6-promise": "^3.2.1",
"es6-templates": "^0.2.2",
"fastparse": "^1.1.1",
"hash-sum": "^1.0.2",
"loader-utils": "^0.2.15",
"lru-cache": "^4.0.1",
"object-assign": "^4.1.0",
"parse5": "^2.1.5",
"postcss": "^5.0.21",
"postcss-selector-parser": "^2.1.0",
"source-map": "^0.5.6"
},
"peerDependencies": {
"avalon2": "*",
"css-loader": "*",
"style-loader": "*",
"babel-runtime": "^6.0.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0"
},
"devDependencies": {
"eslint": "^6.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/LiPinghai/avalon-loader.git"
}
}