-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "react-sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx webpack-dev-server",
"build": "npx webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@jswf/react": "file:../@jswf/react",
"@types/styled-components": "^4.1.19",
"react-dom": "^16.9.0",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.2",
"@types/redux": "^3.6.0",
"core-js": "^3.2.1",
"css-loader": "^3.2.0",
"dts-bundle": "^0.7.3",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
"react": "^16.9.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"sass-loader": "^8.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.0",
"ts-loader": "^6.1.0",
"tslint": "^5.20.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-loader": "^3.5.4",
"typescript": "^3.6.3",
"url-loader": "^2.1.0",
"webpack": "^4.40.1",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
}
}