-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 879 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": "cssura",
"version": "1.0.0",
"description": "CSS Design System",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && npx webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/claudioacioli/cssura.git"
},
"keywords": [
"cssura"
],
"author": "Claudio Acioli",
"license": "ISC",
"bugs": {
"url": "https://github.com/claudioacioli/cssura/issues"
},
"homepage": "https://github.com/claudioacioli/cssura#readme",
"devDependencies": {
"css-loader": "^4.3.0",
"mini-css-extract-plugin": "^0.11.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"terser-webpack-plugin": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}