-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 KB
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
42
43
44
45
{
"name": "cg-tpfinal",
"version": "5.0.0",
"description": "",
"author": "Nicolas Luce",
"license": "MIT",
"engines": {
"node": ">=10.13.0"
},
"scripts": {
"start": "node server.js",
"dev": "webpack serve --open --progress --env dev --config webpack.dev.js",
"build": "webpack --progress --env prod --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"@babel/core": "7.14.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.14.7",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "9.0.1",
"css-loader": "6.0.0",
"express": "^4.17.1",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.3.2",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-svgo": "^9.0.0",
"lodash": "4.17.21",
"node-sass": "6.0.1",
"raw-loader": "^4.0.2",
"sass-loader": "12.1.0",
"style-loader": "3.1.0",
"tinygradient": "^1.1.5",
"tooloud": "^2.0.4",
"url-loader": "4.1.1",
"webpack": "5.45.0",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.8.0"
}
}