forked from prismicio/prismic-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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
{
"name": "prismic-reactjs",
"version": "0.3.1",
"description": "render prismic rich text as React Element",
"main": "dist/prismic-reactjs.js",
"scripts": {
"build": "webpack --debug; webpack -p",
"dev": "webpack -d --watch",
"prepublish": "npm run build",
"test": "mocha --require babel-core/register test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prismicio/prismic-reactjs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prismicio/prismic-reactjs/issues"
},
"homepage": "https://github.com/prismicio/prismic-reactjs#readme",
"dependencies": {
"prismic-helpers": "^1.0.0",
"prismic-richtext": "^0.4.2"
},
"peerDependencies": {
"react": "^15.6.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"enzyme": "^3.2.0",
"enzyme-adapter-react-15": "^1.0.5",
"mocha": "^4.0.1",
"react": "^15.6.1",
"react-dom": "^15.5.0",
"react-test-renderer": "^15.5.0",
"webpack": "^3.4.1",
"yargs": "^8.0.2"
}
}