-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1006 Bytes
/
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
{
"name": "animated-list-app",
"version": "1.0.0",
"description": "A demonstration of basic transition animations",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "flutter test",
"format": "flutter format lib test && npx prettier --write ota"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hydro-sdk/animated-list-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hydro-sdk/animated-list-app/issues"
},
"homepage": "https://github.com/hydro-sdk/animated-list-app#readme",
"dependencies": {
"@hydro-sdk/waveform": "0.0.1-nightly.43",
"@hydro-sdk/hydro-sdk": "0.0.1-nightly.455",
"prettier": "^2.2.0",
"prettier-plugin-import-sort": "0.0.6",
"import-sort-style-module": "^6.0.0"
},
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "module",
"parser": "typescript"
}
},
"prettier": {
"tabWidth": 4
}
}