forked from dromara/dromara.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 837 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
{
"name": "dromara.github.io",
"version": "1.0.0",
"browserslist": [
"last 2 versions",
">1%",
"not dead"
],
"scripts": {
"dev": "webpack --mode=development --watch",
"hugo": "hugo serve --watch",
"build": "webpack --mode=production",
"algolia": "atomic-algolia"
},
"dependencies": {
"algoliasearch": "^3.33.0",
"atomic-algolia": "^0.3.19",
"lodash-es": "^4.17.15",
"query-string": "^6.8.2",
"svg.js": "^2.7.1",
"zoom-image": "^0.1.4"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@types/algoliasearch": "^3.30.16",
"babel-loader": "^8.0.6",
"file-loader": "^4.0.0",
"node-sass": "^4.12.0",
"raw-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5"
}
}