-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 2.06 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
63
64
65
66
67
68
{
"name": "unibeautify-playground",
"version": "0.1.0",
"description": "Try Unibeautify in your browser!",
"main": "./build/bundle.js",
"dependencies": {
"@babel/core": "^7.0.0",
"babel-loader": "^8.0.0",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^3.2.0",
"jquery": "3.4.1",
"lodash": "^4.17.10",
"lz-string": "^1.4.4",
"react": "^16.4.2",
"react-codemirror": "^1.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.4.2",
"react-github-button": "^0.1.11",
"react-jsonschema-form": "^1.8.1",
"unibeautify": "^0.17.0"
},
"devDependencies": {
"@types/history": "4.7.9",
"@types/lodash": "4.14.171",
"@types/lz-string": "1.3.34",
"@types/node": "10.17.60",
"@types/react": "16.14.11",
"@types/react-codemirror": "1.0.5",
"@types/react-copy-to-clipboard": "4.3.0",
"@types/react-dom": "16.9.14",
"@types/react-jsonschema-form": "1.7.6",
"@types/react-router-dom": "5.1.8",
"@types/webpack-env": "1.16.2",
"awesome-typescript-loader": "5.2.1",
"bootstrap": "4.6.0",
"bootstrap-loader": "3.0.4",
"clean-webpack-plugin": "3.0.0",
"css-loader": "3.6.0",
"file-loader": "4.3.0",
"postcss-loader": "3.0.0",
"react-hot-loader": "4.13.0",
"react-router-dom": "5.2.0",
"sass-loader": "8.0.2",
"source-map-loader": "0.2.4",
"style-loader": "1.3.0",
"typescript": "3.9.10",
"webpack": "4.46.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.2",
"webpack-merge": "4.2.2"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --config webpack.dev.js --open --hot",
"static": "static -at 0.0.0.0 dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Unibeautify/playground.git"
},
"author": "Glavin Wiechert",
"license": "MIT",
"bugs": {
"url": "https://github.com/Unibeautify/playground/issues"
},
"homepage": "https://github.com/Unibeautify/playground#readme"
}