-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.6 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": "aepp-faucet",
"version": "1.0.0",
"description": "Faucet Aepp",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV='dev' env UV_THREADPOOL_SIZE=100 webpack --display-error-details -d --watch --config webpack.config.js & webpack-dev-server",
"prod": "NODE_ENV='prod' env UV_THREADPOOL_SIZE=100 webpack -p --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aeternity/aepp-faucet.git"
},
"keywords": [
"blockchain",
"aeternity",
"faucet"
],
"author": "Enrico Icardi <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/aeternity/aepp-faucet/issues"
},
"homepage": "https://github.com/aeternity/aepp-faucet#readme",
"dependencies": {
"axios": "^0.19.0",
"babel-loader": "^8.0.6"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@fullhuman/postcss-purgecss": "^1.2.0",
"autoprefixer": "^9.6.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"html-webpack-plugin": "^3.2.0",
"loader": "^2.1.1",
"mini-css-extract-plugin": "^0.8.0",
"path": "^0.12.7",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"standard": "^14.1.0",
"standard-loader": "^7.0.0",
"tailwindcss": "^1.1.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0",
"webpack-shell-plugin": "^0.5.0"
}
}