-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
{
"name": "live-example",
"version": "2.1.2",
"description": "React live code preview",
"main": "./index.js",
"author": "mytecor",
"license": "MIT",
"homepage": "https://mytecor.github.io/live-example",
"repository": {
"type": "git",
"url": "git+https://github.com/mytecor/live-example"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"autoprefixer-stylus": "^1.0.0",
"babel-loader": "^8.2.2",
"babel-minify": "^0.5.1",
"css-loader": "^5.0.0",
"mini-css-extract-plugin": "^1.3.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rmce": "^2.1.2",
"stylus": "^0.54.8",
"stylus-loader": "^4.3.1",
"webpack": "^5.10.1",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"react-error-boundary": "^3.1.0",
"sucrase-browser": "^3.16.0"
},
"scripts": {
"dev": "webpack s --mode=development",
"build": "webpack & babel ./src -d ./ & stylus -c ./src -o ./"
},
"keywords": [
"react",
"live",
"editor",
"prismjs",
"preview",
"jsx"
]
}