-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.39 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
{
"scripts": {
"deploy": "npm run build && gh-pages -d dist",
"build": "webpack --mode production",
"test": "webpack --mode development",
"watch": "webpack --watch --mode development",
"server": "webpack serve --mode development"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/preset-env": "^7.13.12",
"@babel/preset-typescript": "^7.13.0",
"@types/node": "^15.12.5",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"breakpoint-sass": "^2.7.1",
"css-loader": "^5.2.4",
"cssnano": "^5.0.2",
"file-loader": "^6.2.0",
"gh-pages": "^3.1.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"mini-svg-data-uri": "^1.3.3",
"node-sass": "^6.0.0",
"postcss-loader": "^5.2.0",
"pug-html-loader": "^1.1.5",
"pug-loader": "^2.4.0",
"raw-loader": "^4.0.2",
"sass": "^1.32.13",
"sass-loader": "^11.1.0",
"style-loader": "^2.0.0",
"to-string-loader": "^1.1.6",
"typescript": "^4.2.3",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"flexsearch": "^0.7.11",
"query-selector-shadow-dom": "^1.0.0"
}
}