-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 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
48
49
50
{
"name": "@evanshunt/derekstrap",
"version": "1.1.1",
"description": "A base styles and scss utility library by Evans Hunt",
"main": "dist/main.js",
"sass": "_index.scss",
"style": "_index.scss",
"keywords": [
"scss",
"derek",
"evans",
"hunt"
],
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --mode production --watch"
},
"author": "Evans Hunt Tech Team (https://www.evanshunt.com)",
"license": "ISC",
"dependencies": {
"breakpoint-sass": "^2.7.1",
"sass-map-magic": "^0.0.3",
"sass-rem": "^3.0.0"
},
"peerDependencies": {
"sass": "^1.56.0",
"sass-loader": "^13.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evanshunt/derekstrap.git"
},
"bugs": {
"url": "https://github.com/evanshunt/derekstrap/issues"
},
"homepage": "https://github.com/evanshunt/derekstrap#readme",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"babel-loader": "^8.2.5",
"core-js": "^3.23.1",
"css-loader": "^6.7.3",
"postcss-loader": "^7.0.2",
"sass": "^1.56.2",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}