-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.15 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "mdi-norm",
"version": "2.2.2",
"description": "Fixed, normalized, minifed, and deduplicated Material Design system SVG icons for React",
"license": "MIT",
"keywords": [
"material design",
"material-icons",
"material icons",
"svg icons",
"material-ui",
"system icons",
"react",
"react-component",
"react component",
"svg",
"icons",
"babel-plugin",
"babel-plugin-macros"
],
"author": {
"name": "Eugene Iliyn",
"email": "eugene.ilyin@gmail.com"
},
"homepage": "https://github.com/eugeneilyin/mdi-norm",
"bugs": "https://github.com/eugeneilyin/mdi-norm/issues",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.js",
"repository": "github:eugeneilyin/mdi-norm",
"unpkg": "lib/index.js",
"files": [
"lib/",
"es/",
"macro/"
],
"scripts": {
"build": "npm run cjs && npm run es",
"cjs": "rimraf lib && cross-env NODE_ENV=production npx babel src -d lib --copy-files",
"es": "rimraf es && cross-env NODE_ENV=es npx babel src -d es --copy-files",
"test": "jest --clearCache && jest",
"logoutHelpers": "rimraf lib && cross-env NODE_ENV=helpers npx babel src -d lib",
"extractHelpers": "babel-external-helpers -t var -l inherits,extends,hasOwnProperty,getPrototypeOf,possibleConstructorReturn,createClass,classCallCheck,objectWithoutProperties,interopRequireDefault > ./src/utils/$babelHelpers.js"
},
"jest": {
"testEnvironment": "node"
},
"private": false,
"dependencies": {},
"peerDependencies": {
"react": ">=0.14.0 || >=15.0 || >=16.0"
},
"devDependencies": {
"@babel/cli": "^7.2",
"@babel/core": "^7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4",
"@babel/preset-env": "^7.4",
"@babel/preset-react": "^7.0",
"babel-jest": "^24.5",
"babel-plugin-transform-react-remove-prop-types": "^0.4",
"cross-env": "^5.2",
"enzyme": "^3.9",
"enzyme-adapter-react-16": "^1.11",
"jest": "^24.4",
"jest-haste-map": "24.0.0",
"jest-resolve": "24.1.0",
"path": "^0.12.7",
"prop-types": ">=15.5",
"react": ">=0.14",
"react-dom": "^16.8",
"rimraf": "^2.6"
}
}