-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.71 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
{
"name": "tempolytseslak",
"description": "Time to deepen and train my svelte and sapper knowledge. This is a small game simulation with game statistics. Also trying BULMA for the first time.",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"export:now": "sapper export --legacy && now --prod",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run",
"test:e2e": "jest --watchAll"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@types/jest": "^24.9.1",
"bulma": "^0.8.0",
"chart.js": "^2.9.3",
"compression": "^1.7.1",
"polka": "^1.0.0-next.11",
"random-emoji": "^1.0.2",
"sirv": "^0.4.0",
"svelma": "^0.3.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"@rollup/plugin-replace": "^2.2.0",
"autoprefixer": "^9.7.4",
"babel-jest": "^25.1.0",
"jest": "^25.1.0",
"jest-cli": "^25.1.0",
"jest-dev-server": "^4.4.0",
"jest-image-snapshot": "^2.12.0",
"jest-puppeteer": "^4.4.0",
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.5",
"puppeteer": "^2.0.0",
"rollup": "^1.20.0",
"rollup-plugin-babel": "^4.0.2",
"rollup-plugin-svelte": "^5.0.1",
"rollup-plugin-terser": "^4.0.4",
"sapper": "^0.27.0",
"svelte": "^3.0.0",
"svelte-preprocess": "^3.4.0"
}
}