-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 885 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 885 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
31
32
33
{
"name": "supermarket_free",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.1.0",
"npm": "^5.7.1",
"postcss-loader": "^2.1.3",
"purgecss-webpack-plugin": "^0.22.0",
"style-loader": "^0.20.3",
"tailwindcss": "^0.4.1",
"typeface-montserrat": "0.0.54",
"webpack": "^3.11.0",
"webpack-dev-server": "2.11.2",
"webpack-merge": "^4.1.2"
},
"devDependencies": {
"file-loader": "^1.1.11",
"svg-inline-loader": "^0.8.0",
"url-loader": "^1.0.1"
}
}