-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "discord-token-generator",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --progress --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orels1/discord-token-generator.git"
},
"keywords": [
"nodejs",
"react",
"discord"
],
"author": "orels1",
"license": "MIT",
"bugs": {
"url": "https://github.com/orels1/discord-token-generator/issues"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^2.1.0",
"webpack": "^2.5.1"
},
"homepage": "https://github.com/orels1/discord-token-generator#readme",
"dependencies": {
"btoa": "^1.1.2",
"express": "^4.15.2",
"node-fetch": "^2.6.1",
"react": "^15.5.4",
"react-dom": "^15.5.4"
}
}