-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 890 Bytes
/
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
{
"name": "flexgrid",
"version": "1.0.0",
"description": "A grid System made with Flexbox",
"main": "dist/flexgrid.css",
"repository": "https://github.com/germanbisurgi/flexgrid.git",
"author": "germanbisurgi <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack",
"serve": "live-server",
"lint": "stylelint ./src ./docs --fix"
},
"devDependencies": {
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"eslint": "^6.0.1",
"eslint-loader": "^2.1.2",
"live-server": "^1.2.1",
"mini-css-extract-plugin": "^0.7.0",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-webpack-plugin": "^0.10.5",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5"
}
}