-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
61 lines (61 loc) · 1.64 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "css-file-icons",
"version": "0.1.0",
"description": "css colors file extension icons",
"style": "build/css-file-icons.css",
"main": "build/css-file-icons.css",
"scripts": {
"dev": "npm run lint && webpack-dev-server --config webpack.dev.config.js --inline",
"build": "npm run lint && webpack --config webpack.config.js -p",
"lint": "./node_modules/.bin/eslint js",
"postinstall": "opencollective-postinstall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colorswall/CSS-file-icons.git"
},
"keywords": [
"css",
"icons",
"file",
"extension",
"file types",
"colors",
"file icon"
],
"author": "colorswall",
"license": "MIT",
"bugs": {
"url": "https://github.com/colorswall/CSS-file-icons/issues"
},
"homepage": "https://colorswall.github.io/CSS-file-icons/",
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"autoprefixer": "^9.7.1",
"babel-eslint": "^6.1.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^4.19.1",
"file-loader": "^4.2.0",
"fs-extra": "^8.1.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^0.13.0",
"url-loader": "^4.1.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/CSS-file-icons"
}
}