|
1 | 1 | { |
2 | | - "name": "newapp", |
3 | | - "version": "1.0.0", |
4 | | - "description": "A general template for an Enact Moonstone application.", |
5 | | - "author": "Hailey HanGyeol Ryu", |
6 | | - "main": "src/index.js", |
7 | | - "scripts": { |
8 | | - "serve": "enact serve", |
9 | | - "pack": "enact pack", |
10 | | - "pack-p": "enact pack -p", |
11 | | - "watch": "enact pack --watch", |
12 | | - "clean": "enact clean", |
13 | | - "lint": "enact lint --strict .", |
14 | | - "license": "enact license", |
15 | | - "test": "enact test start --single-run", |
16 | | - "test-watch": "enact test start" |
17 | | - }, |
18 | | - "license": "UNLICENSED", |
19 | | - "private": true, |
20 | | - "repository": "", |
21 | | - "enact": { |
22 | | - "theme": "moonstone" |
23 | | - }, |
24 | | - "eslintConfig": { |
25 | | - "extends": "enact/strict" |
26 | | - }, |
27 | | - "eslintIgnore": [ |
28 | | - "node_modules/*", |
29 | | - "build/*", |
30 | | - "dist/*" |
31 | | - ], |
32 | | - "dependencies": { |
33 | | - "@enact/core": "^2.0.0-beta.7", |
34 | | - "@enact/i18n": "^2.0.0-beta.7", |
35 | | - "@enact/moonstone": "^2.0.0-beta.7", |
36 | | - "@enact/spotlight": "^2.0.0-beta.7", |
37 | | - "@enact/ui": "^2.0.0-beta.7", |
38 | | - "apollo-boost": "^0.1.8", |
39 | | - "graphql": "^0.13.2", |
40 | | - "graphql-tag": "^2.9.2", |
41 | | - "prop-types": "^15.6.0", |
42 | | - "react": "^16.4.0", |
43 | | - "react-apollo": "^2.1.5", |
44 | | - "react-dom": "^16.4.0" |
45 | | - } |
| 2 | + "name": "", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "An Enact Moonstone GraphQL application.", |
| 5 | + "author": "Hailey HanGyeol Ryu", |
| 6 | + "main": "src/index.js", |
| 7 | + "scripts": { |
| 8 | + "serve": "enact serve", |
| 9 | + "pack": "enact pack", |
| 10 | + "pack-p": "enact pack -p", |
| 11 | + "watch": "enact pack --watch", |
| 12 | + "clean": "enact clean", |
| 13 | + "lint": "enact lint --strict .", |
| 14 | + "license": "enact license", |
| 15 | + "test": "enact test start --single-run", |
| 16 | + "test-watch": "enact test start" |
| 17 | + }, |
| 18 | + "license": "Apache-2.0", |
| 19 | + "private": true, |
| 20 | + "repository": "https://github.com/enactjs/samples", |
| 21 | + "enact": { |
| 22 | + "theme": "moonstone" |
| 23 | + }, |
| 24 | + "eslintConfig": { |
| 25 | + "extends": "enact/strict" |
| 26 | + }, |
| 27 | + "eslintIgnore": [ |
| 28 | + "node_modules/*", |
| 29 | + "build/*", |
| 30 | + "dist/*" |
| 31 | + ], |
| 32 | + "dependencies": { |
| 33 | + "@enact/core": "^2.0.0-rc.1", |
| 34 | + "@enact/i18n": "^2.0.0-rc.1", |
| 35 | + "@enact/moonstone": "^2.0.0-rc.1", |
| 36 | + "@enact/spotlight": "^2.0.0-rc.1", |
| 37 | + "@enact/ui": "^2.0.0-rc.1", |
| 38 | + "apollo-boost": "^0.1.8", |
| 39 | + "graphql": "^0.13.2", |
| 40 | + "graphql-tag": "^2.9.2", |
| 41 | + "prop-types": "^15.6.0", |
| 42 | + "react": "^16.4.0", |
| 43 | + "react-apollo": "^2.1.5", |
| 44 | + "react-dom": "^16.4.0" |
| 45 | + } |
46 | 46 | } |
0 commit comments