-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackagejson0906
69 lines (69 loc) · 1.8 KB
/
packagejson0906
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
{
"name": "sec-calc-web",
"version": "1.0.0",
"description": "MSCI Single Security Calculator",
"author": "",
"license": "ISC",
"private": true,
"scripts": {
"start": "react-scripts start",
"test": "jest",
"build:dev": "webpack --config webpack.config.ts --watch --mode=development",
"build:prod": "webpack --config webpack.config.ts --mode=production"
},
"devDependencies": {
"@types/enzyme": "^3.1.12",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.0",
"@types/lodash": "^4.14.112",
"@types/node": "^10.3.2",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"@types/webpack": "^4.4.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"file-loader": "^1.1.11",
"jest": "^23.4.1",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"postcss-loader": "^2.1.5",
"precss": "^3.1.2",
"react-test-renderer": "^16.4.1",
"sass-loader": "^7.0.3",
"ts-jest": "^23.0.1",
"ts-loader": "^4.4.1",
"ts-node": "^6.1.0",
"typescript": "^2.9.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3"
},
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"font-awesome": "^4.7.0",
"json-templates": "^2.2.0",
"lodash": "^4.17.10",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/test/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}