-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 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
{
"name": "menyoo-faq",
"version": "0.2.0",
"description": "Frequently Asked Questions about Menyoo Platform",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"prod": "cross-env NODE_ENV=production webpack --no-progress"
},
"homepage": "https://github.com/menyoo-me/faq#readme",
"keywords": [
"node",
"pug",
"gulp",
"css",
"javascript",
"tailwindcss"
],
"repository": {
"type": "git",
"url": "https://github.com/menyoo-me/faq.git"
},
"bugs": {
"url": "https://github.com/menyoo-me/faq/issues"
},
"author": "Vinicius Cainelli <vicainelli@gmail.com>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^8.4.1",
"browser-sync": "^2.24.6",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"img-loader": "^3.0.1",
"postcss": "^7.0.16",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.1",
"tailwindcss": "^1.0.2",
"url-loader": "^1.1.2",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
}
}