-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
54 lines (54 loc) · 1.62 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
{
"name": "@input-output-hk/purescript-web-common",
"version": "4.0.0",
"description": "Common web development library for PureScript projects at IO Global",
"author": "IO Global",
"license": "Apache-2.0",
"homepage": "https://github.com/input-output-hk/purescript-web-common",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/input-output-hk/purescript-web-common.git"
},
"bugs": {
"url": "https://github.com/input-output-hk/purescript-web-common/issues"
},
"files": [
"static/**/*",
"webpack.config.js"
],
"scripts": {
"test": "spago test --purs-args \"--strict --censor-lib --stash\"",
"test:watch": "spago test --purs-args \"--strict --censor-lib --stash\" --watch --clear-screen",
"test:js": "jest"
},
"peerDependencies": {
"@popperjs/core": "^2.9.2",
"big-integer": "^1.6.50",
"chartist": "^0.11.4",
"chartist-plugin-axistitle": "^0.0.7",
"chartist-plugin-tooltips": "^0.0.17",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.5.1",
"json-bigint": "^1.0.0",
"mini-css-extract-plugin": "^2.4.4",
"postcss-loader": "^6.2.0"
},
"devDependencies": {
"@popperjs/core": "^2.9.2",
"big-integer": "^1.6.50",
"bignumber.js": "^9.0.2",
"chartist": "^0.11.4",
"chartist-plugin-axistitle": "^0.0.7",
"chartist-plugin-tooltips": "^0.0.17",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.5.1",
"json-bigint": "^1.0.0",
"mini-css-extract-plugin": "^2.4.4",
"postcss-loader": "^6.2.0"
},
"dependencies": {
"webpack": "^5.61.0",
"webpack-merge": "^5.8.0"
}
}