-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 884 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
{
"name": "schematics-react",
"version": "1.0.1",
"description": "Schematics generators for React",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "yarn build && jasmine src/**/*_spec.js"
},
"keywords": [
"schematics",
"react",
"boilerplate",
"generator"
],
"repository": {
"type": "git",
"url": "git+https://github.com/WdsFomenko/schematics-react.git"
},
"author": "Vitaliy Fomenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/WdsFomenko/schematics-react/issues"
},
"homepage": "https://github.com/WdsFomenko/schematics-react#readme",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^7.3.6",
"@angular-devkit/schematics": "^7.3.6",
"@types/jasmine": "^3.3.11",
"@types/node": "^11.11.3",
"jasmine": "^3.3.1",
"typescript": "^2.5.2"
}
}