-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·42 lines (42 loc) · 1.12 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
{
"name": "course-js-frontend",
"version": "1.0.0",
"description": "JS for programmers project",
"main": "app.js",
"scripts": {
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javascriptru/course-js-frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/javascriptru/course-js-frontend/issues"
},
"homepage": "https://github.com/javascriptru/course-js-frontend#readme",
"devDependencies": {
"@babel/core": "^7",
"@babel/plugin-proposal-class-properties": "^7",
"@babel/plugin-syntax-dynamic-import": "^7",
"@babel/polyfill": "^7",
"@babel/preset-env": "^7",
"babel-eslint": "^10",
"babel-loader": "^8",
"cross-env": "^6",
"cssnano": "^4",
"eslint": "^6",
"fetch-mock": "^8",
"jasmine": "^3.3.1",
"jasmine-core": "^3.3.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"karma-json-reporter": "^1.2.1",
"local-web-server": "^3",
"nodemon": "^2",
"normalize.css": "^8",
"append-field": "^1.0.0"
}
}