-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.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
{
"name": "dotmasoundboard",
"version": "1.0.0",
"description": "Sounds of Dotma",
"homepage": "hhttps://github.com/DOT-MA/dotma_soundboard#readme",
"dependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.4",
"morgan": "^1.9.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scrollchor": "^6.0.0",
"reset-css": "^4.0.1",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
},
"scripts": {
"bundle": "./node_modules/.bin/webpack",
"start": "npm run bundle && babel-node bin/www",
"update": "git submodule update --recursive --remote"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DOT-MA/dotma_soundboard.git"
},
"author": "aXises",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/DOT-MA/dotma_soundboard/issues"
}
}