-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 KB
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
{
"name": "njstarter",
"version": "2.0.0",
"author": "Nejik",
"description": "Project template for fast start.",
"email": "nejikrofl@gmail.com",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"main": "index.js",
"dependencies": {
"normalize.css": "^8.0.0",
"svg4everybody": "^2.1.9"
},
"devDependencies": {
"app-root-path": "^2.0.1",
"awesome-typescript-loader": "^5.0.0-1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.23.6",
"browser-sync-webpack-plugin": "^2.0.1",
"css-mqpacker": "^6.0.2",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"eslint": "^4.18.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"gulp-ejs": "^3.1.1",
"gulp-if": "^2.0.2",
"gulp-image": "^4.3.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.3.7",
"path": "^0.12.7",
"postcss-assets": "^5.0.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.1.0",
"postcss-inline-svg": "^3.0.0",
"postcss-nested": "^3.0.0",
"postcss-sprites": "^4.2.1",
"stylelint": "^9.0.0",
"through2": "^2.0.3",
"typescript": "^2.8.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11"
}
}