-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.33 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": "YanQi",
"description": "A p2p website support online streaming.",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"nodemon": "^1.11.0",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.8.1",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"@xkeshi/image-compressor": "^0.5.2",
"bcrypt": "^1.0.1",
"bittorrent-tracker": "^9.2.4",
"body-parser": "^1.15.2",
"clipboard-polyfill": "^2.3.0",
"compression": "^1.7.1",
"express": "^4.14.0",
"helmet": "^3.11.0",
"jsonwebtoken": "^7.2.1",
"mongoosastic": "^4.3.0",
"mongoose": "^4.7.3",
"multer": "^1.3.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-avatar-edit": "^0.5.9",
"react-dom": "^16.0.0",
"react-infinite-scroller": "^1.1.4",
"react-router-dom": "^4.2.2",
"react-tagsinput": "^3.19.0",
"rodal": "^1.6.0",
"webtorrent": "^0.99.0"
},
"scripts": {
"start": "nodemon --use-strict index.js",
"dev": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"bundle-css": "cat src/client/static/css/* | csso -o build/app.css"
}
}