-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "cast-dice",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack serve",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"homepage": "https://domuk-k.github.io/cast-dice/build",
"author": "",
"license": "ISC",
"dependencies": {
"gh-pages": "^3.1.0",
"normalize.css": "^8.0.1",
"reset.css": "^2.0.2",
"typescript": "^4.1.3",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"autoprefixer": "^10.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"handlebars": "^4.7.6",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^4.5.0",
"jquery": "^3.5.1",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^5.0.0",
"postcss": "^8.2.1",
"postcss-loader": "^4.1.0",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.12",
"typescript-plugin-css-modules": "^3.0.1"
}
}