forked from angular/angularjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 851 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 851 Bytes
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
{
"name": "angularjs.org",
"version": "0.0.0",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/angular/angularjs.org"
},
"scripts": {
"build": "yarn && gulp && node scripts/build",
"build:dev": "gulp && node scripts/build copy",
"start": "http-server build/"
},
"devDependencies": {
"eslint": "^7.27.0",
"gulp": "^3.9.1",
"gulp-sass": "^4.1.0",
"http-server": "^0.12.3",
"protractor": "^7.0.0"
},
"resolutions": {
"//1": "`natives@1.1.0` does not work with Node.js 10.x on Windows 10",
"//2": "(E.g. see https://github.com/gulpjs/gulp/issues/2162 and https://github.com/nodejs/node/issues/25132.)",
"natives": "1.1.6",
"//3": "`graceful-fs` needs to be pinned to support gulp 3, on Node v12+",
"graceful-fs": "^4.2.6"
}
}