forked from editmodelabs/editmode-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
62
{
"name": "editmode-react",
"version": "3.1.14",
"description": "Convert slices of content in your React app into inline-editable Editmode chunks.",
"main": "dist/main",
"scripts": {
"start": "webpack --watch",
"build": "webpack --mode production --display-modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "16.*",
"react-dom": "16.*"
},
"keywords": [
"Editmode",
"chunk",
"editable",
"react"
],
"author": "Megan Ennis",
"license": "ISC",
"dependencies": {
"@emotion/hash": "^0.8.0",
"axios": "^0.19.2",
"isomorphic-dompurify": "^0.6.0",
"lodash.kebabcase": "^4.1.1",
"react-router-dom": "^5.2.0",
"react-router-native": "^5.2.0",
"react-scripts": "^3.4.3",
"swr": "^0.3.0"
},
"devDependencies": {
"@auto-it/all-contributors": "^9.35.1",
"@auto-it/first-time-contributor": "^9.35.1",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"all-contributors-cli": "^6.14.2",
"auto": "^9.35.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"extract-text-webpack-plugin": "^3.0.2",
"react-art": "^16.13.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^1.7.2"
},
"repository": "Editmode-app/editmode-react",
"auto": {
"plugins": [
"npm",
"all-contributors",
"first-time-contributor",
"released"
]
}
}