-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "docs",
"version": "1.0.4",
"description": "",
"author": "mallowigi <[email protected]>",
"scripts": {
"start": "npm run serve",
"jekyllify": "grunt default",
"test": "grunt build",
"serve": "browser-sync start --config browser-sync.js"
},
"license": "ISC",
"devDependencies": {
"autoprefixer": "10.4.19",
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
"babel-loader": "9.1.3",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"browser-sync": "3.0.2",
"grunt": "1.6.1",
"grunt-autoprefixer": "3.0.4",
"grunt-babel": "8.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-imagemin": "4.0.0",
"grunt-contrib-sass": "2.0.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-contrib-watch": "1.1.0",
"grunt-exec": "3.0.0",
"grunt-newer": "1.3.0",
"grunt-open": "0.2.4",
"grunt-replace": "2.0.2",
"grunt-sass": "3.1.0",
"grunt-string-replace": "1.3.3",
"http-proxy-middleware": "3.0.0",
"js-yaml": "4.1.0",
"load-grunt-tasks": "5.1.0",
"node-sass": "9.0.0",
"rimraf": "5.0.7",
"semver": "7.6.2",
"url-loader": "4.1.1"
},
"engines": {
"node": ">= 14.0.0",
"npm": ">= 6.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}