forked from dtzinov/ggrc-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.75 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
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
{
"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",
"clipboard": "^1.5.16",
"components-jqueryui": "^1.12.1",
"doctoc": "^0.11.0",
"font-awesome": "^4.7.0",
"jquery": "^2.2.4",
"lodash": "^4.17.10",
"moment": "2.19.3",
"moment-timezone": "^0.5.10",
"mousetrap": "^1.6.0",
"quill": "^1.3.5",
"roboto-fontface": "0.8.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",
"jasmine-core": "^3.2.0",
"karma": "^2.0.5",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"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": {
"canjs": "https://github.com/bitovi/canjs.com/archive/v2.3.27.tar.gz",
"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"
}