-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "angularjs-ES6-brunch-seed",
"description": "Description",
"author": "Your Name",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/tolyo/angularjs-brunch-es6-seed"
},
"scripts": {
"dev": "brunch watch --server",
"prod": "brunch build --production",
"test": "./node_modules/karma/bin/karma start",
"lint": "./node_modules/.bin/eslint app --fix",
"format": "./node_modules/.bin/prettier --write \"app/**/*.{js,html,css}\""
},
"dependencies": {
"angular": "^1.8.2",
"angular-ui-router": "^1.0.23"
},
"devDependencies": {
"auto-reload-brunch": "^3.0.1",
"babel-brunch": "~7.0.1",
"babel-preset-latest": "^6.24.1",
"brunch": "^4.0.2",
"clean-css-brunch": "^3.0.0",
"css-brunch": "^2.10.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.8.3",
"html-pages-brunch": "^2.8.0",
"javascript-brunch": "^2.10.0",
"karma": "~6.4.1",
"karma-babel-preprocessor": "^8.0.1",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~2.0.1",
"prettier": "^3.3.0",
"uglify-js-brunch": "^2.10.0"
},
"keywords": [
"babel",
"brunch",
"angularjs",
"es6",
"seed"
]
}