forked from 7coil/discord-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·45 lines (45 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
{
"name": "discord-blocks",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/moustacheminer/discord-blocks",
"author": "Leondro Lio <[email protected]>",
"license": "MIT",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html -d dist/client --public-url /"
},
"dependencies": {
"@babel/polyfill": "^7.4.3",
"autoprefixer": "^9.5.1",
"blockly": "^1.0.0",
"discord.js": "^12.1.1",
"frameless-titlebar": "^1.0.8",
"js-beautify": "^1.10.3",
"jszip": "^3.2.2",
"postcss-modules": "^1.4.1",
"react": ">=15",
"react-app-polyfill": "^1.0.0",
"react-dom": "^16.8.6",
"react-helmet": "6.0.0-beta",
"react-redux": "^7.0.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"parcel": "^1.12.3",
"parcel-plugin-static-files-copy": "^2.3.1",
"sass": "^1.19.0"
},
"alias": {
"electron": "./alias/electron"
}
}