-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 952 Bytes
/
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
{
"name": "guideline",
"version": "1.0.0",
"description": "一个生成辅助线的插件",
"main": "code.js",
"scripts": {
"build:watch": "webpack -w"
},
"keywords": [
"即时设计",
"辅助线",
"黄金分割线",
"白银分割"
],
"author": "ZeroIce",
"license": "ISC",
"devDependencies": {
"@jsdesigndeveloper/plugin-typings": "^1.0.3",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"html-webpack-inline-source-plugin": "^1.0.0-beta.2",
"html-webpack-plugin": "^4.5.2",
"nanoid": "^4.0.0",
"normalize.css": "^8.0.1",
"prettier": "^1.19.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.3.0",
"svelte": "^3.22.3",
"svelte-loader": "^2.13.6",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^6.2.2",
"typescript": "^3.9.10",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}