-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 911 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 911 Bytes
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
{
"name": "hippocamus-website",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@webpack-cli/init": "^1.1.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"css-loader": "^5.1.1",
"filemanager-webpack-plugin": "^3.1.0",
"html-webpack-plugin": "^5.2.0",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^5.0.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.17",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.2.2",
"typescript-plugin-css-modules": "^3.2.0",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@boulevard/vampire": "^1.0.0-beta.2",
"lit-element": "^2.4.0"
},
"scripts": {
"build": "webpack",
"start:dev": "webpack serve --hot"
}
}