-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.63 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
{
"name": "editmode-react",
"version": "3.1.36",
"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": "*.*",
"react-dom": "*.*"
},
"keywords": [
"Editmode",
"chunk",
"editable",
"react"
],
"author": "Megan Ennis",
"license": "ISC",
"dependencies": {
"@emotion/hash": "^0.8.0",
"axios": "0.20.0",
"lodash.kebabcase": "^4.1.1",
"react-dom": "^17.0.2",
"react-hotkeys-hook": "^3.3.2",
"react-inlinesvg": "^2.3.0",
"react-router-dom": "^5.2.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": "^17.0.2",
"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"
]
}
}