-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.37 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": "tax-app",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:abrahamy/TaxApp.git",
"author": "Abraham Yusuf <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"start": "yarn dev && python manage.py collectstatic -c --no-input && python manage.py runserver"
},
"devDependencies": {
"axios": "^0.17.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.0.0",
"cross-env": "^5.1.3",
"es6-promise": "^4.2.4",
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"laravel-mix": "^2.0.0",
"morris.js": "^0.5.0",
"popper.js": "^1.12.9",
"raphael": "^2.2.7",
"standard": "^11.0.0",
"timeago.js": "^3.0.2",
"vue": "^2.5.13",
"vue-clickaway": "^2.1.0",
"vue-notifyjs": "^0.4.2"
}
}