-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.22 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
{
"name": "galaxieon-code",
"version": "1.0.0",
"description": "Code Editor Super Powered by Galaxieon",
"main": "src/index.js",
"proxy": "http://localhost:3000",
"scripts": {
"start": "NODE_ENV=development webpack serve --mode development",
"build": "NODE_ENV=production webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muhammadsemeer/galaxieon-code.git"
},
"keywords": [
"galaxieon",
"code",
"galaxieon-code"
],
"author": "Muhammad Semeer",
"license": "MIT",
"bugs": {
"url": "https://github.com/muhammadsemeer/galaxieon-code/issues"
},
"homepage": "https://github.com/muhammadsemeer/galaxieon-code#readme",
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.6.2",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@monaco-editor/react": "^4.2.1",
"@reduxjs/toolkit": "^1.6.0",
"@sentry/react": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"antd": "^4.16.6",
"axios": "^0.21.1",
"dotenv": "^10.0.0",
"emmet-monaco-es": "^4.7.1",
"fuse.js": "^6.4.6",
"less": "^4.1.1",
"moment": "^2.29.1",
"monaco-editor": "^0.26.1",
"monaco-themes": "^0.3.3",
"nanoid": "^3.1.30",
"node-sass": "^6.0.1",
"random-words": "^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-login": "^5.2.2",
"react-login-github": "^1.0.7",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"socket.io-client": "^4.1.3"
},
"devDependencies": {
"@types/random-words": "^1.1.2",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"error-overlay-webpack-plugin": "^0.4.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"less-loader": "^10.0.0",
"mini-css-extract-plugin": "^1.6.0",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"typescript": "^4.2.4",
"webpack": "^5.41.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}