-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 973 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
41
42
43
44
45
{
"name": "enact-face",
"version": "0.1.1",
"description": "An adorable expressive face that anyone can love.",
"author": "",
"main": "src/index.js",
"scripts": {
"serve": "enact serve",
"pack": "enact pack",
"pack-p": "enact pack -p",
"watch": "enact pack --watch",
"clean": "enact clean",
"lint": "enact lint .",
"license": "enact license",
"test": "enact test start --single-run",
"test-watch": "enact test start"
},
"license": "UNLICENSED",
"private": true,
"repository": "",
"enact": {
"theme": "moonstone"
},
"eslintConfig": {
"extends": "enact"
},
"eslintIgnore": [
"node_modules/*",
"build/*",
"dist/*"
],
"dependencies": {
"@enact/core": "^2.3.0",
"@enact/i18n": "^2.3.0",
"@enact/moonstone": "^2.3.0",
"@enact/spotlight": "^2.3.0",
"@enact/ui": "^2.3.0",
"@enact/webos": "^2.3.0",
"prop-types": "^15",
"react": "^16",
"react-audio-player": "^0.10.0",
"react-dom": "^16",
"roslib": "^0.20.0"
}
}