This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.64 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "tdsoft_aion",
"version": "1.5.1",
"description": "Aion development build tool",
"private": true,
"scripts": {
"postinstall": "node bin/main/postinstall",
"test": "test",
"notify": "node-notifier",
"start": "node bin/operators/main-dev",
"restart": "npm start",
"uglify": "uglifyjs -c -m --",
"build:all": "node bin/operators/build",
"build": "node bin/operators/build",
"build:js": "node bin/operators/build --build js",
"build:css": "node bin/operators/build --build css",
"build:less": "node bin/operators/build --build css",
"build:svg": "node bin/operators/build --build svg",
"build:img": "node bin/operators/build --build img",
"build:fonts": "node bin/operators/build --build font",
"check": "jshint --reporter=node_modules/jshint-stylish ./bin/. || ECHO"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/RomanRanniew/tdsoft_aion.git"
},
"author": "TDSOFT",
"license": "BSD-Protection",
"homepage": "https://bitbucket.org/RomanRanniew/tdsoft_aion#readme",
"dependencies": {
"async": "^2.1.4",
"autoprefixer": "^7.1.1",
"babel": "^6.5.2",
"babel-core": "^6.22.1",
"babel-preset-es2015": "^6.18.0",
"babelify": "^8.0.0",
"beepbeep": "^1.2.0",
"browser-sync": "^2.18.13",
"browserify": "^14.5.0",
"bs-eslint-message": "0.0.3",
"chalk": "^2.0.1",
"chokidar": "^1.6.1",
"cli-spinner": "^0.2.6",
"colors": "^1.1.2",
"css-mqpacker": "^6.0.1",
"exorcist": "^1.0.0",
"fs": "0.0.1-security",
"fs-extra": "^4.0.2",
"glob": "^7.1.1",
"has-ansi": "^3.0.0",
"hasha": "^3.0.0",
"imagemin": "^5.2.2",
"imagemin-mozjpeg": "^6.0.0",
"imagemin-pngquant": "^5.0.0",
"inquirer": "^3.2.1",
"ip": "^1.1.5",
"is-valid-path": "^0.1.1",
"less": "^2.7.3",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"less-plugin-functions": "1.0.0",
"less-plugin-glob": "^2.0.1",
"lodash": "^4.17.4",
"minimatch": "^3.0.3",
"multi-glob": "^1.0.1",
"mutation-watcher": "^1.0.2",
"node-flag": "^1.5.1",
"node-notifier": "^5.1.2",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"portscanner": "^2.1.1",
"postcss": "^6.0.14",
"postcss-px-to-viewport": "0.0.3",
"postcss-size": "^2.0.0",
"postcss-sprites": "^4.1.1",
"prompt": "^1.0.0",
"pump": "^1.0.2",
"strip-debug": "^2.0.0",
"svgmin": "^0.1.0",
"svgo": "^1.0.2",
"svgstore": "^2.0.2",
"uglify-js": "^3.1.8",
"util": "^0.10.3",
"valid-url": "^1.0.9"
},
"devDependencies": {
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1"
}
}