-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 992 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
39
40
41
42
{
"name": "@alifd/next-theme-webpack-plugin",
"version": "1.1.0",
"description": "A webpack plugin for adding normalize css and icon css of theme package.",
"keywords": [
"fusion",
"next",
"theme",
"webpack",
"plugin"
],
"homepage": "https://github.com/alibaba-fusion/next-theme-webpack-plugin",
"bugs": "https://github.com/alibaba-fusion/next-theme-webpack-plugin/issues",
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/alibaba-fusion/next-theme-webpack-plugin.git"
},
"scripts": {
"lint": "eslint .",
"precommit": "npm run lint"
},
"dependencies": {
"resolve": "^1.3.2",
"sass": "^1.77.8",
"webpack-sources": "^1.0.1"
},
"peerDependencies": {
"webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"husky": "^0.14.3"
},
"publishConfig": {
"access": "public"
}
}