-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.77 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
{
"name": "@tune-up/app",
"version": "0.0.0",
"description": "Tune-UP Web Angular 4 client",
"main": "dist/tune-up.app.umd.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"build:watch":"rollup -w -c rollup.config.dev.js",
"build:dev": "rollup -c rollup.config.dev.js",
"start": "npm run build:watch",
"lint": "eslint --fix src/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Starkie/TUNE-UP-Process-Web-Front.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Starkie/TUNE-UP-Process-Web-Front/issues"
},
"homepage": "https://github.com/Starkie/TUNE-UP-Process-Web-Front#readme",
"dependencies": {
"@tune-up/core": "file:lib/core",
"@tune-up/vendor": "file:lib/vendor"
},
"devDependencies": {
"@tune-up/build-utils": "file:lib/build-utils",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-angular2": "0.0.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015-rollup": "^3.0.0",
"chokidar": "^1.7.0",
"cssnano": "^3.10.0",
"eslint": "^4.8.0",
"eslint-config-google": "^0.9.1",
"json-server": "^0.12.0",
"npm-run-all": "^4.1.1",
"postcss-cssnext": "^3.0.2",
"postcss-easy-import": "^3.0.0",
"postcss-url": "^7.1.2",
"rollup": "^0.49.3",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-livereload": "^0.6.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-postcss": "^0.5.5",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-serve": "^0.4.2",
"rollup-plugin-string": "^2.0.2",
"rollup-plugin-uglify": "^2.0.1"
},
"files": [
"dist",
"src"
]
}