This repository was archived by the owner on Feb 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.97 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.97 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
{
"name": "live-reacto",
"version": "2.0.1",
"description": "A Simple and flexible playground for live editing React code.",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"files": [
"/lib"
],
"homepage": "https://haikelfazzani.github.io/live-reacto",
"repository": "https://github.com/haikelfazzani/live-reacto",
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "rollup -c",
"prepublishOnly": "npm run build",
"predeploy": "npm run build-storybook",
"deploy-storybook": "npm run predeploy && gh-pages -d storybook-static"
},
"author": "Haikel Fazzani",
"license": "MIT",
"peerDependencies": {
"prismjs": ">=1.28.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-error-boundary": ">=3.1.4",
"react-simple-code-editor": ">=0.11.2",
"@babel/standalone": "^7.18.12"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/standalone": "^7.18.12",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@storybook/addon-actions": "^6.1.9",
"@storybook/addon-essentials": "^6.1.9",
"@storybook/addon-links": "^6.1.9",
"@storybook/react": "^6.1.9",
"@types/babel__standalone": "^7.1.4",
"@types/prismjs": "^1.26.0",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.1",
"babel-loader": "^8.2.2",
"gh-pages": "^3.2.3",
"postcss": "^8.2.1",
"prismjs": ">=1.28.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-error-boundary": ">=3.1.4",
"react-simple-code-editor": ">=0.11.2",
"rollup": "^2.70.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-typescript2": "^0.31.2",
"styled-components": ">=5.3.1",
"typescript": "^4.1.2"
},
"np": {
"publish": false,
"tests": false
},
"keywords": [
"react",
"live",
"prism",
"syntax highlighter",
"component"
]
}