-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.08 KB
/
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
34
35
36
37
38
{
"name": "@backpackr/style-pack",
"version": "0.0.4",
"description": "Basic CSS library",
"main": "app.js",
"scripts": {
"build": "npm install && webpack && webpack --config webpack.module.js",
"webpack:class": "webpack --watch",
"webpack:module": "webpack --config webpack.module.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/backpackr/style-pack.git"
},
"keywords": [
"css",
"css-module",
"scss",
"style"
],
"author": "backpackr",
"license": "ISC",
"bugs": {
"url": "https://github.com/backpackr/style-pack/issues"
},
"homepage": "https://github.com/backpackr/style-pack#readme",
"devDependencies": {
"autoprefixer": "^9.7.4",
"css-loader": "^3.4.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"postcss-loader": "^3.0.0",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}