-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
46
47
48
49
50
51
52
{
"name": "the-best-words",
"version": "3.0.0",
"description": "Trump's Best Words",
"scripts": {
"build": "ENV=production webpack --progress",
"start": "ENV=development webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/filipemir/trump.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/filipemir/trump/issues"
},
"homepage": "https://github.com/filipemir/trump#readme",
"dependencies": {
"jquery": "3.5.0",
"query-string": "^6.13.1"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/preset-env": "7.8.4",
"babel-loader": "8.0.6",
"babel-minify-webpack-plugin": "0.3.1",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.4.2",
"cssnano": "4.1.10",
"dotenv": "8.2.0",
"eslint": "6.8.0",
"eslint-loader": "3.0.3",
"favicons-webpack-plugin": "2.1.0",
"file-loader": "5.0.2",
"html-webpack-plugin": "3.2.0",
"html-webpack-pug-plugin": "2.0.0",
"mini-css-extract-plugin": "0.9.0",
"node-sass": "4.13.1",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"prettier": "1.19.1",
"prettier-webpack-plugin": "1.2.0",
"pug": "3.0.1",
"pug-loader": "2.4.0",
"sass-loader": "8.0.2",
"webpack": "4.41.5",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.10.2"
}
}