-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 967 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 967 Bytes
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
{
"name": "ToDoPattern",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/MatheusPalinkas/ToDoPattern.git",
"author": "MatheusPalinkas <matheuspalinkas31@gmail.com>",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.js --mode production",
"start": "webpack-dev-server --config ./webpack.config.js --mode development"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"css-loader": "^4.2.0",
"cssnano": "^3.10.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"i": "^0.3.6",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}