-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.26 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "template-sass-webpack",
"version": "0.3.0",
"description": "",
"main": "./src/js/index.js",
"devDependencies": {
"autoprefixer": "^9.1.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "1.0.0",
"eslint": "^5.3.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"extract-loader": "^2.0.1",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^3.2.0",
"img-loader": "^3.0.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.3",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"postcss-loader": "^3.0.0",
"precss": "^3.1.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.1",
"twig-loader": "^0.4.1",
"url-loader": "^1.0.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"bootstrap": "^4.1.0",
"bootstrap-material-design": "^4.1.1",
"chosen-material-theme": "^1.0.0",
"exports-loader": "^0.7.0",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"material-design-icons": "^3.0.1",
"popper.js": "^1.12.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch",
"start": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheMaxoor/template-sass-webpack.git"
},
"keywords": [
"webpack",
"sass",
"template"
],
"author": "Maxime Rossignol <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheMaxoor/template-sass-webpack/issues"
},
"homepage": "https://github.com/TheMaxoor/template-sass-webpack#readme"
}