-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.07 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
{
"name": "frodo",
"version": "1.0.0",
"description": "EME Compatibility checker",
"main": "frodo.js",
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"dev": "webpack --config webpack.config.js --mode=development",
"start": "webpack-dev-server --mode=development --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rudensergey/frodo.git"
},
"author": "Sergey Rudenko <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/rudensergey/frodo/issues"
},
"homepage": "https://github.com/rudensergey/frodo#readme",
"dependencies": {},
"devDependencies": {
"@types/html-webpack-plugin": "^3.2.3",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"ts-loader": "^8.0.1",
"typescript": "^3.9.7",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}