-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 958 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
32
33
{
"name": "sass-fluid",
"version": "2.0.0",
"description": "Mixin for fluid values in SASS",
"repository": {
"type": "git",
"url": "https://github.com/strunkie30/sass-fluid.git"
},
"main": "_fluid.scss",
"scripts": {
"ci": "start-server-and-test example http://localhost:8080 test:cypress",
"example": "cross-env NODE_ENV=production webpack-dev-server --config webpack.config.js",
"cy:test": "cypress run",
"cy:open": "cypress open"
},
"author": "Kevin Meijer",
"license": "ISC",
"devDependencies": {
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"cypress": "^10.3.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss-loader": "^7.0.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"start-server-and-test": "^1.10.6",
"style-loader": "^3.3.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
}
}