-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.64 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
{
"name": "san-anode-loader",
"version": "0.3.2",
"description": "一个将san单文件组件中的template编译为anode或apack的loader",
"main": "index.js",
"scripts": {
"test": "jest test/*.test.js",
"lint": "eslint --fix ./lib/** index.js",
"dev": "cd examples && npm run start",
"build": "cd examples && npm run build"
},
"keywords": [
"san",
"webpack",
"san-loader"
],
"author": "baidu",
"maintainers": [
],
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/generator": "^7.12.11",
"@babel/parser": "^7.12.11",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/traverse": "7.12.12",
"@babel/types": "7.12.12",
"loader-utils": "^2.0.0",
"san": "^3.10.5",
"san-anode-utils": "^3.10.0",
"webpack": "^4.46.0"
},
"devDependencies": {
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"jest": "^27.0.6",
"memfs": "^3.2.2",
"prettier": "^2.3.2",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"san-hot-loader": "^0.1.2",
"san-loader": "^0.2.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"babel-eslint": "^11.0.0-beta.2",
"babel-loader": "^8.2.2",
"html-loader": "^1.1.2"
}
}