This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·65 lines (65 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@mobiage/base",
"version": "3.0.3",
"description": "Base para os sistemas da mobiage",
"repository": {
"type": "private",
"url": "https://github.com/mobiagelabs/mobiage-base"
},
"main": "./src/index.js",
"scripts": {
"start": "webpack-dev-server --config ./config/webpack.config.dev.js",
"dev": "npm run start",
"build": "webpack --config ./config/webpack.config.prod.js",
"prod": "npm run build",
"lint:js": "eslint app.js ./src/**/*.js",
"lint:css": "stylelint ./src/**/*.scss ./src/**/*.css"
},
"author": {
"name": "Mobiage Team",
"email": "[email protected]"
},
"license": "ISC",
"devDependencies": {
"@mobiage/eslint-config": "^1.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.9",
"cssnano": "^3.10.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-angular": "^3.2.0",
"eslint-plugin-import": "^2.8.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.8.3",
"postcss-loader": "^2.1.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.2",
"stylelint": "^8.4.0",
"stylelint-config-recommended": "^2.0.1",
"stylelint-scss": "^3.0.0",
"uglifyjs-webpack-plugin": "^1.2.0",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.18",
"angular": "1.6.10",
"angular-animate": "1.6.10",
"angular-hotkeys": "^1.7.0",
"angular-sanitize": "1.6.10",
"jquery": "^3.2.1",
"jquery-maskmoney": "^3.0.2",
"overlayscrollbars": "^1.4.1",
"sanitize.css": "^5.0.0"
},
"browserslist": [
"last 3 versions"
]
}