-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.46 KB
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
52
53
{
"name": "assignmentconsole",
"version": "0.0.1",
"description": "Console to manage Authorization assignments",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"build": "webpack",
"watch": "webpack --watch -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanhaugaard/AssignmentConsole.git"
},
"keywords": [
"PMM",
"Assignments",
"Authorization"
],
"author": "Juan Haugaard",
"license": "ISC",
"private": true,
"bugs": {
"url": "https://github.com/juanhaugaard/AssignmentConsole/issues"
},
"homepage": "https://github.com/juanhaugaard/AssignmentConsole#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^1.1.11",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
},
"dependencies": {
"lodash": "^4.17.5",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"rest": "^2.0.0"
}
}