-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 903 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 903 Bytes
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
{
"name": "react-webpack-typescript-storybook-template",
"author": "Odinochenkov Igor",
"license": "UNLICENSED",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"devDependencies": {
"@types/react": "^16.7.6",
"@types/react-dom": "^16.0.9",
"awesome-typescript-loader": "^5.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.1",
"style-loader": "^0.23.1",
"html-webpack-plugin": "^3.2.0",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"typescript": "^3.1.6",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}