-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
72 lines (72 loc) · 2.02 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "react-ts",
"version": "2.0.2",
"description": "Create React apps using TypeScript 2, WebPack 2, StateX, Mocha, Chai, with pre-configured build scripts for dev and production",
"main": "scripts/cli.js",
"bin": {
"react-ts": "./scripts/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rinto Jose",
"license": "MIT",
"bugs": {
"url": "https://github.com/rintoj/react-ts/issues"
},
"homepage": "https://github.com/rintoj/react-ts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/rintoj/react-ts.git"
},
"dependencies": {
"awesome-typescript-loader": "^3.1.2",
"case-sensitive-paths-webpack-plugin": "^2.0.0",
"chalk": "^1.1.3",
"clear": "0.0.1",
"command-exists": "^1.2.2",
"commander": "^2.9.0",
"concurrently": "^3.4.0",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"dotenv": "^4.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"fs-extra": "^2.1.2",
"html-webpack-plugin": "^2.28.0",
"jsdom": "9.12.0",
"jsdom-global": "2.1.1",
"json-loader": "^0.5.4",
"name-util": "^1.0.1",
"node-sass": "^4.5.2",
"nodemon": "^1.11.0",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"progress-bar-webpack-plugin": "^1.9.3",
"sass-loader": "^6.0.3",
"shelljs": "^0.7.7",
"style-loader": "^0.16.1",
"tslint": "^5.1.0",
"tslint-loader": "^3.5.2",
"typescript": "^2.2.2",
"url-loader": "^0.5.8",
"webpack": "^2.4.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-server": "2.4.5",
"webpack-manifest-plugin": "^1.1.0",
"print-progress": "^1.0.1",
"react-dev-utils": "^2.0.1",
"react-error-overlay": "^1.0.6"
},
"keywords": [
"React",
"TypeScript",
"StateX"
],
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1"
}
}