-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.51 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.51 KB
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
{
"name": "focus-app",
"version": "1.0.0",
"description": "[Trello Board](https://trello.com/b/v07z1DJY/focus-app)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"pack": "crx pack build -o dist/focus-app.crx -p dist/key.pem"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glitchedmob/focus-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/glitchedmob/focus-app/issues"
},
"homepage": "https://github.com/glitchedmob/focus-app#readme",
"devDependencies": {
"@types/chrome": "0.0.54",
"cross-env": "^5.1.1",
"crx": "^3.2.1",
"laravel-mix": "^1.6.1",
"laravel-mix-pug": "^0.1.3",
"psl": "^1.1.20",
"pug": "^2.0.0-rc.4",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"ts-loader": "^3.1.1",
"tslint": "^5.8.0",
"typescript": "^2.6.1",
"vue": "^2.5.8",
"vue-router": "^3.0.1"
}
}