-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
158 lines (158 loc) · 4.29 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "dxdao-bootstrapper-ui",
"version": "0.0.0-rc.2",
"description": "dxDAO Vote Staking Interface",
"main": "dist_prod/index.html",
"repository": {
"url": "https://github.com/daostack/dutchx-bootstrapper-ui.git",
"type": "git"
},
"author": "DAOstack",
"license": "GPL-3.0",
"engines": {
"node": "^10.15.0"
},
"scripts": {
"start": "nps",
"build": "nps build.production",
"heroku-postbuild": "npm run build",
"test": "nps test",
"lint": "nps lint",
"lint.andFix": "nps lint.andFix"
},
"bugs": {
"url": "https://github.com/daostack/dutchx-bootstrapper-ui/issues"
},
"jest": {
"modulePaths": [
"<rootDir>/src",
"<rootDir>/node_modules"
],
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"moduleNameMapper": {
"\\.(css|scss)$": "jest-css-modules"
},
"transform": {
"^.+\\.(ts)$": "ts-jest",
"^.+\\.(js)$": "babel-jest"
},
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!(@daostack/arc.js)/)"
],
"testRegex": "\\.spec\\.(ts|js)x?$",
"setupFiles": [
"<rootDir>/test/jest-pretest.ts"
],
"testEnvironment": "node",
"collectCoverage": false,
"collectCoverageFrom": [
"src/**/*.{js,ts}",
"!**/*.spec.{js,ts}",
"!**/node_modules/**",
"!**/test/**"
],
"coverageDirectory": "<rootDir>/test/coverage-jest",
"coverageReporters": [
"json",
"lcov",
"text",
"html"
]
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@types/bootstrap": "^4.1.2",
"@types/jest": "^22.2.2",
"@types/jquery": "^3.3.10",
"@types/node": "8.0.14",
"@types/webpack": "^4.1.3",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.0.0-beta.3.0.0",
"aurelia-protractor-plugin": "^1.0.6",
"aurelia-testing": "^1.0.0-beta.4.0.0",
"aurelia-webpack-plugin": "^3.0.0",
"autoprefixer": "7.1.2",
"awesome-typescript-loader": "^5.2.1",
"babel-jest": "^24.7.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-preset-env": "^1.6.1",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "5.0.1",
"css-loader": "^2.1.0",
"cwd": "^0.10.0",
"env-variable": "0.0.3",
"expose-loader": "^0.7.5",
"file-loader": "^3.0.1",
"fill-range": "^7.0.1",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-async": "0.0.1",
"jasmine-core": "2.6.4",
"jest": "^24.7.1",
"jest-css-modules": "^2.0.0",
"jest-matchers": "^20.0.3",
"json-loader": "^0.5.7",
"karma": "^4.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "1.3.0",
"karma-jasmine": "1.1.0",
"karma-mocha-reporter": "2.2.3",
"karma-webpack": "^3.0.5",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.12.0",
"nps": "^5.9.3",
"nps-utils": "^1.7.0",
"path.join": "^1.0.0",
"postcss-loader": "^3.0.0",
"postcss-smart-import": "^0.7.6",
"protractor": "^5.4.2",
"repeat-element": "^1.1.3",
"repeat-string": "^1.6.1",
"sass-loader": "^7.1.0",
"snapdragon-node": "3.0.0",
"snapdragon-util": "^5.0.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.1",
"ts-jest": "^24.0.2",
"ts-node": "^5.0.1",
"typescript": "^3.1.1",
"url-loader": "^1.1.2",
"wait-on": "2.0.2",
"webpack": "~4.28.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"@daostack/arc.js": "0.0.0-alpha.138",
"arrive": "^2.4.1",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-configuration": "^2.0.0",
"aurelia-dialog": "^2.0.0-rc.5",
"axios": "^0.18.0",
"bluebird": "^3.5.2",
"bootstrap": "4.2.1",
"bootstrap-material-design": "4.1.1",
"bs58": "^4.0.1",
"es6-promisify": "^6.0.0",
"express": "^4.16.4",
"font-awesome": "^4.7.0",
"jquery": "^3.4.0",
"material-icons": "^0.3.0",
"moment": "^2.0.0",
"moment-timezone": "^0.5.23",
"node-waves": "^0.7.6",
"numeral": "^2.0.6",
"popper.js": "^1.14.7",
"rxjs": "^5.5.6",
"snackbarjs": "^1.1.0",
"tslint": "^5.12.0"
}
}