-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "syng",
"version": "0.0.6",
"description": "An open source, cross platform, Chinese study app.",
"scripts": {
"build": "rollup -c",
"lint": "eslint src/views",
"fix-lint": "eslint src/views --fix",
"test": "jest",
"test-coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/sotch-pr35mac/syng"
},
"author": "Preston Wang-Stosur-Bassett",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@testing-library/svelte": "^3.0.3",
"@testing-library/user-event": "^14.2.0",
"babel-jest": "^27.3.1",
"eslint": "^8.25.0",
"eslint-plugin-svelte3": "^3.4.1",
"jest": "^27.3.1",
"rollup": "^2.79.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^6.1.1",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.51.0",
"svelte-feather-icons": "^4.0.0",
"svelte-jest": "^0.3.1",
"svelte-spa-router": "^3.3.0"
},
"dependencies": {
"concurrently": "^7.4.0",
"elastic-scroll-polyfill": "^2.1.0",
"hanzi-writer": "^3.3.0",
"uuid": "^9.0.0"
}
}