-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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
39
40
41
42
43
44
45
{
"name": "wizardcss",
"version": "0.0.9",
"description": "A Simple, Minimalistic, Zero Dependency css with animations",
"keywords": [
"css",
"css-framework",
"wizardcss",
"wizard css",
"scss",
"ui",
"ui-framework",
"framework"
],
"main": "index.js",
"scripts": {
"build": "webpack && rm -r dist/main.js",
"start": "webpack --watch",
"test": "echo \"No Test\""
},
"author": {
"name": "Abhijeet Sharma",
"email": "[email protected]",
"url": "https://iamabs2001.github.io"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iamabs2001/wizardcss"
},
"bugs": {
"url": "https://github.com/iamabs2001/wizardcss/issues",
"email": "[email protected]"
},
"devDependencies": {
"css-loader": "^5.0.1",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {}
}