forked from adobe/express-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "@adobe/express-website",
"private": true,
"version": "1.0.0",
"description": "Adobe Express Website",
"scripts": {
"test": "karma start karma.config.js",
"integration-test": "mocha integration/*.test.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/express-website.git"
},
"author": "Adobe",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/adobe/express-website/issues"
},
"homepage": "https://github.com/adobe/express-website#readme",
"devDependencies": {
"@adobe/eslint-config-helix": "1.1.3",
"@babel/core": "7.13.10",
"@babel/eslint-parser": "7.13.10",
"chai": "4.3.4",
"eslint": "7.15.0",
"eslint-plugin-header": "3.1.0",
"eslint-plugin-import": "2.22.1",
"fs-extra": "9.0.1",
"jsdom": "18.1.1",
"karma": "6.3.9",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"mocha": "9.1.3",
"puppeteer": "12.0.1",
"shelljs": "0.8.4"
}
}