forked from levrik/mdi-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.06 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.06 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
{
"name": "mdi-react-builder",
"private": true,
"version": "1.2.0",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/levrik/mdi-react.git"
},
"author": "Levin Rickert <me@levrik.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/levrik/mdi-react/issues"
},
"homepage": "https://github.com/levrik/mdi-react",
"scripts": {
"clean": "rimraf build && rimraf publish/**/*.js && rimraf publish/**/*.d.ts",
"build": "git submodule update --init && yarn run clean && mkdir build && node scripts/generate.js && rollup -c && cpr README.md publish/README.md -o && cpr LICENSE publish/LICENSE -o"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"cpr": "^3.0.1",
"rimraf": "^2.6.1",
"rollup": "^0.56.3",
"rollup-plugin-babel": "^3.0.3"
},
"peerDependencies": {
"@types/react": "^16.0.38",
"react": "^16.2.0"
}
}