-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.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
{
"name": "twice-concentration",
"description": "The classical card game that revolves around Twice.",
"version": "1.0.1",
"private": true,
"dependencies": {
"@axel669/immutable-update": "^1.0.2",
"svelte": "^3.35.0"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-html": "^0.2.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"rollup": "^2.40.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2"
},
"scripts": {
"build-dev": "rollup -c ./config/rollup.dev.js",
"build-prod": "rollup -c ./config/rollup.prod.js"
},
"author": {
"name": "Kris Torres",
"email": "kristorresdayo@gmail.com",
"url": "https://kristorres.github.io"
},
"repository": {
"type": "git",
"url": "https://github.com/kristorres/twice-concentration.git"
},
"bugs": {
"url": "https://github.com/kristorres/twice-concentration/issues",
"email": "kristorresdayo@gmail.com"
},
"homepage": "https://kristorres.github.io/twice-concentration"
}