-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 936 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
{
"name": "website-new",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --color --config webpack.config.js --watch --mode development",
"build": "NODE_ENV=production webpack --bail --mode production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"css-loader": "^5.0.2",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.3.6",
"node-sass": "^5.0.0",
"postcss-loader": "^5.0.0",
"resolve-url-loader": "^3.1.2",
"sass-loader": "^11.0.1",
"url-loader": "^4.1.1",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"autoprefixer": "^10.2.4",
"highlight.js": "^10.6.0",
"postcss": "^8.2.6",
"tailwindcss": "^2.0.3"
}
}