forked from dtzinov/ggrc-core
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.25 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 3.25 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "ggrc-core",
"version": "0.9.1",
"description": "Google Governance, Risk Management, and Compliance",
"main": "index.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"bootstrap": "https://github.com/twbs/bootstrap/archive/v2.0.4.tar.gz",
"can-util": "^3.14.0",
"can-component": "3.3.11",
"can-route": "3.3.4",
"can-stache": "3.2.0",
"can-event": "^3.7.7",
"can-view-model": "3.5.2",
"can-map": "3.6.0",
"can-model": "3.1.0",
"can-list": "3.2.2",
"can-map-backup": "3.1.1",
"can-validate-legacy": "2.0.0",
"can-control": "3.2.0",
"can-construct-super": "^3.2.0",
"can-map-define": "3.1.2",
"can-simple-observable": "2.4.1",
"can-jquery": "3.2.5",
"clipboard": "^1.5.16",
"components-jqueryui": "^1.12.1",
"doctoc": "^0.11.0",
"font-awesome": "^4.7.0",
"jquery": "3.4.1",
"lodash": "^4.17.11",
"moment": "2.19.3",
"moment-timezone": "^0.5.10",
"mousetrap": "^1.6.0",
"quill": "^1.3.5",
"roboto-fontface": "0.8.0",
"showdown": "^1.9.0",
"spin.js": "^1.3.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-strict-mode": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"compass-mixins": "~0.12.10",
"css-loader": "^1.0.0",
"eslint": "^5.3.0",
"eslint-config-google": "~0.9.1",
"expose-loader": "^0.7.5",
"file-loader": "~1.1.11",
"filemanager-webpack-plugin": "^2.0.5",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.2.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^1.1.2",
"karma-junit-reporter": "^1.2.0",
"karma-webpack": "^3.0.0",
"markdown-it": "^8.4.2",
"mini-css-extract-plugin": "^0.4.4",
"mkdirp": "^0.5.1",
"napa": "^3.0.0",
"node-sass": "^4.9.2",
"pegjs": "^0.10.0",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"url-loader": "~1.0.1",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.2",
"webpack-manifest-plugin": "^2.0.3"
},
"scripts": {
"postinstall": "./node_modules/.bin/napa",
"test": "./node_modules/.bin/karma start",
"watch": "./node_modules/.bin/webpack --watch --profile --progress",
"build:dev": "./node_modules/.bin/webpack --profile --progress",
"build": "export NODE_ENV=production && ./node_modules/.bin/webpack --profile --progress",
"stats": "export NODE_ENV=production && ./node_modules/.bin/webpack --env.debug"
},
"napa": {
"bootstrap-sass": "https://github.com/twbs/bootstrap-sass/archive/v2.0.4.2.tar.gz"
},
"repository": {
"type": "git",
"url": "git://github.com/google/ggrc-core.git"
},
"keywords": [
"compliance",
"Python",
"JavaScript"
],
"author": "Google, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/google/ggrc-core/issues"
},
"homepage": "https://github.com/google/ggrc-core"
}