-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.83 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.83 KB
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
53
54
55
56
57
58
{
"name": "website-starter",
"version": "0.0.0",
"description": "A website starter boilerplate",
"license": "UNLICENSED",
"private": true,
"scripts": {
"build": "webpack",
"build:production": "NODE_ENV=production webpack",
"start": "webpack-dev-server --open"
},
"keywords": [
"website"
],
"author": "Slava Fomin II <slava@fomin.io> (https://slava.fomin.io)",
"contributors": [],
"homepage": "https://github.com/moebius-mlm/website-starter",
"repository": "https://github.com/moebius-mlm/website-starter.git",
"bugs": "https://github.com/moebius-mlm/website-starter/issues",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@types/autoprefixer": "^9.6.1",
"@types/copy-webpack-plugin": "^5.0.0",
"@types/dotenv": "^6.1.1",
"@types/glob": "^7.1.1",
"@types/html-webpack-plugin": "^3.2.1",
"@types/mini-css-extract-plugin": "^0.8.0",
"@types/node": "^12.7.12",
"@types/webpack": "^4.39.3",
"@types/webpack-dev-server": "^3.1.7",
"autoprefixer": "^9.6.5",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"dotenv": "^8.1.0",
"fork-ts-checker-webpack-plugin": "^1.5.1",
"glob": "^7.1.4",
"glob-promise": "^3.4.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"ts-node": "^8.4.1",
"twig": "^1.13.3",
"twig-loader": "^0.5.1",
"typescript": "^3.6.4",
"webpack": "^4.41.1",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
}
}