-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 802 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 802 Bytes
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
{
"name": "coursework_php",
"version": "1.0.0",
"description": "coursework for programming subject",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --open",
"build": "webpack --mode=production"
},
"author": "whiled0s",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Whiled0S/coursework_php"
},
"devDependencies": {
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.4.3",
"typescript": "^3.4.4",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {
"reset-css": "^4.0.1"
}
}