-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "zold",
"version": "0.0.0",
"description": "Zold web site html and js",
"main": "index.js",
"scripts": {
"build": "./node_modules/grunt/bin/grunt --buildDir=build"
},
"author": "Yegor Bugayenko",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.26.3",
"eslint": "^5.15.3",
"eslint-config-google": "^0.12.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"grunt": "^1.0.4",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^21.0.0",
"grunt-open": "^0.2.4",
"grunt-replace": "^1.0.1",
"grunt-sass": "^2.1.0",
"grunt-sass-lint": "^0.2.2"
},
"dependencies": {
"grunt-html-build": "^0.7.1",
"grunt-jslint": "^1.1.15",
"grunt-robots-txt": "^1.0.1",
"npm": "9.6.7",
"node-gyp": "9.4.0",
"node-sass": "9.0.0"
}
}