-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 853 Bytes
/
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
{
"name": "promonster",
"version": "0.0.1",
"description": "",
"main": "package.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {
"@babel/core": "7.0.1",
"@babel/preset-env": "7.0.0",
"autoprefixer": "7.1.4",
"babel-loader": "8.0.2",
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "0.4.4",
"postcss-loader": "2.0.6",
"postcss-nesting": "7.0.0",
"postcss-preset-env": "6.6.0",
"style-loader": "0.18.2",
"ts-loader": "6.0.4",
"typescript": "3.5.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.5",
"webpack-cli": "3.1.2"
},
"dependencies": {}
}