-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
42
43
44
45
{
"name": "paint",
"version": "1.0.0",
"description": "paint",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mikulew/paint.git"
},
"keywords": [],
"author": "Mikulew",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mikulew/paint/issues"
},
"homepage": "https://github.com/Mikulew/paint#readme",
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/preset-env": "^7.7.0",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"css-loader": "^6.7.3",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"node-sass": "^7.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^7.0.2",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"sass-loader": "^13.2.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.2.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^3.9.0"
}
}