-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "infl-icons",
"version": "1.2.1",
"description": "Influitive Icons",
"main": "lib/index.js",
"scripts": {
"build": "rm -rf lib && gulp --silent && babel --quiet src -d lib",
"start": "kotatsu serve -c example/webpack.config.js -p 3099 --babel",
"prepublish": "NODE_ENV=production npm run build"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/influitive/infl-icons.git"
},
"keywords": [
"icons"
],
"author": "Influitive",
"license": "ISC",
"bugs": {
"url": "https://github.com/influitive/infl-icons/issues"
},
"homepage": "https://github.com/influitive/infl-icons#readme",
"devDependencies": {
"babel-cli": "6.5.1",
"babel-eslint": "4.1.8",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.5.2",
"eslint": "1.10.3",
"eslint-plugin-filenames": "0.2.0",
"eslint-plugin-react": "3.16.1",
"gulp": "^3.9.1",
"gulp-consolidate": "^0.2.0",
"gulp-iconfont": "^8.0.1",
"kotatsu": "^0.14.0",
"lodash": "^4.6.1",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"reforge": "^1.0.0",
"webpack-merge": "^0.14.1"
},
"dependencies": {
"classnames": "^2.2.3",
"prop-types": "^15.6.2"
}
}