-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
40 lines (40 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
{
"name": "chatpp",
"description": "A Chatwork Enhancement Toolkit",
"keywords": [
"Chatwork",
"Chatpp",
"Chrome",
"Extension",
"Firefox",
"Extension"
],
"author": "Tran Duc Thang - Nguyen Anh Tien",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wataridori/chatpp/issues"
},
"homepage": "https://chatpp.thangtd.com",
"private": true,
"dependencies": {
"babel-plugin-transform-class-properties": "^6.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.3.13",
"good-listener": "^1.2.2",
"gulp": "^3.9.1",
"jquery": "^3.3.1",
"laravel-elixir": "6.0.0-9",
"laravel-mix": "^2.1.11",
"select": "^1.1.2",
"tiny-emitter": "^2.0.2"
},
"scripts": {
"test": "eslint src",
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js --progress --hide-modules",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"babel-eslint": "^6.0.0",
"laravel-elixir-browserify-official": "^0.1.3"
}
}