-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.07 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
{
"name": "verification",
"version": "1.0.0",
"description": "User verification for the Discord Server.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel verify.html",
"build-test": "parcel build --experimental-scope-hoisting verify.html",
"build-prod": "parcel build --experimental-scope-hoisting --public-url /verify --out-dir ../public/verify src/index.js",
"format": "prettier --write src/**/*.{css,js} public/**/*.{html,js}"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/100pals/verification.git"
},
"author": "Lilly Rose Berner <[email protected]> (https://snowyluma.dev)",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/100pals/verification/issues"
},
"homepage": "https://gitlab.com/100pals/verification#readme",
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"regenerator-runtime": "^0.13.5"
},
"devDependencies": {
"parcel": "^1.12.4",
"prettier": "^2.0.5"
}
}