-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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": "nsspain",
"version": "1.0.0",
"description": "NSSpain Conference webpage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development",
"dev-server": "webpack server --mode development",
"build": "webpack --mode production",
"serve": "webpack server --mode production"
},
"author": "borjareinares",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.3.4",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.7",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"imagemin-webpack-plugin": "^2.1.5",
"mini-css-extract-plugin": "^2.2.2",
"node-sass": "^6.0.1",
"postcss-loader": "^6.1.1",
"raw-loader": "^4.0.2",
"sass": "^1.39.0",
"sass-loader": "^12.1.0",
"semantic-ui-sass": "^2.4.2",
"style-loader": "^3.2.1",
"url-loader": "^4.1.1",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.0"
},
"dependencies": {
"jquery": "^3.6.0",
"semantic-ui-css": "^2.4.1",
"uuid": "^7.0.3"
}
}