-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 947 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
{
"name": "herodot",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/matchory/herodot",
"author": "Moritz Friedrich <moritz@matchory.com>",
"license": "MIT",
"private": false,
"dependencies": {
"autoprefixer": "^10.2.4",
"css-loader": "^5.0.2",
"cssnano": "^4.1.10",
"mini-css-extract-plugin": "^1.3.6",
"postcss": "^8.2.6",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"prismjs": "^1.23.0",
"style-loader": "^2.0.0",
"tailwindcss": "^2.0.3",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"build": "NODE_ENV=production webpack --stats",
"dev": "webpack --stats --progress",
"watch": "webpack --watch --stats --progress"
}
}