-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.39 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
69
70
71
72
73
74
75
76
77
78
79
{
"name": "unibeautify-assistant",
"version": "0.1.0",
"description": "Personal Beautification Assistant",
"main": "./docs/bundle.js",
"dependencies": {
"@axetroy/react-download": "^1.1.1",
"@babel/core": "^7.0.0",
"@unibeautify/ugly-samples": "^0.2.3",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.0",
"codemirror": "^5.40.0",
"expose-loader": "^0.7.5",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^3.2.0",
"js-yaml": "^3.12.0",
"lodash": "^4.17.10",
"node-static": "^0.7.9",
"react": "^16.4.2",
"react-codemirror2": "^6.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.4.2",
"react-highlight": "^0.12.0",
"unibeautify": "^0.17.0"
},
"devDependencies": {
"@types/codemirror": "0.0.108",
"@types/highlight.js": "9.12.4",
"@types/js-yaml": "3.12.5",
"@types/lodash": "4.14.168",
"@types/node": "10.12.24",
"@types/react": "16.9.56",
"@types/react-copy-to-clipboard": "4.3.0",
"@types/react-dom": "16.9.9",
"@types/react-router-dom": "5.1.7",
"@types/react-select": "3.1.2",
"@types/webpack-env": "1.16.0",
"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",
"exports-loader": "0.7.0",
"imports-loader": "0.8.0",
"node-sass": "4.14.1",
"postcss-loader": "3.0.0",
"raw-loader": "3.1.0",
"react-hot-loader": "4.13.0",
"react-router-dom": "5.2.0",
"react-timeago": "4.4.0",
"resolve-url-loader": "3.1.2",
"sass-loader": "8.0.2",
"source-map-loader": "0.2.4",
"style-loader": "1.3.0",
"typescript": "3.9.7",
"url-loader": "2.3.0",
"webpack": "4.44.2",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.2",
"webpack-glob-entry": "2.1.1",
"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/assistant.git"
},
"author": "Glavin Wiechert",
"license": "MIT",
"bugs": {
"url": "https://github.com/Unibeautify/assistant/issues"
},
"homepage": "https://github.com/Unibeautify/assistant#readme"
}