-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
107 lines (107 loc) · 3.1 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "ttap-web",
"version": "0.1.0",
"author": "Wong Jia Hau <[email protected]>",
"private": true,
"dependencies": {
"@material-ui/core": "^3.6.0",
"@material-ui/icons": "^3.0.1",
"@types/react": "^16.14.23",
"@types/react-dom": "^16.0.1",
"chai": "4.1.2",
"color-hash": "^1.0.3",
"date-fns": "1.29.0",
"file-saver": "1.3.3",
"html2canvas": "^1.0.0-rc.1",
"invert-color": "^2.0.0",
"js-combinatorics": "0.5.2",
"lodash.clone": "4.5.0",
"lodash.concat": "4.5.0",
"lodash.find": "4.6.0",
"lodash.includes": "4.3.0",
"lodash.isequal": "4.5.0",
"lodash.last": "3.0.0",
"lodash.max": "4.0.1",
"lodash.min": "4.0.1",
"lodash.omit": "4.5.0",
"lodash.random": "3.2.0",
"lodash.reduce": "4.6.0",
"lodash.some": "4.6.0",
"lodash.sortby": "4.7.0",
"lodash.sum": "4.0.2",
"lodash.uniq": "4.5.0",
"lodash.uniqby": "4.7.0",
"lodash.uniqwith": "^4.5.0",
"raf": "3.4.0",
"react": "^17.0.2",
"react-app-polyfill": "^3.0.0",
"react-archer": "^1.4.0",
"react-autosuggest": "9.3.2",
"react-countup": "3.0.2",
"react-dom": "16.5.0",
"react-grid-layout": "0.16.0",
"react-highlight-words": "^0.17.0",
"react-markdown": "^6.0.0",
"react-redux": "5.0.6",
"react-router-dom": "4.3.0",
"react-scripts": "5.0.0",
"react-tippy": "1.2.2",
"redux": "3.7.2",
"redux-logger": "3.0.6",
"simple-encryptor": "1.1.1",
"string-hash": "1.1.3",
"surge": "0.19.0",
"type-name": "2.0.2",
"validator": "9.1.1"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --setupTestFrameworkScriptFile=raf/polyfill",
"eject": "react-scripts eject",
"format": "./node_modules/prettier/bin-prettier.js --write .",
"format:check": "./node_modules/prettier/bin-prettier.js --check ."
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/file-saver": "^1.3.0",
"@types/jest": "^27.4.0",
"@types/js-combinatorics": "^0.5.29",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.61",
"@types/react-grid-layout": "^0.16.0",
"@types/react-highlight-words": "^0.6.3",
"@types/react-redux": "^5.0.10",
"@types/react-router-dom": "^4.0.8",
"@types/redux": "^3.6.0",
"@types/string-hash": "^1.1.1",
"@types/type-name": "^1.0.27",
"@types/validator": "^6.3.0",
"codecov": "^3.0.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"is-ci": "^1.0.10",
"jest": "^27.5.1",
"jest-watch-typeahead": "^0.6.5",
"jsdom": "^12.0.0",
"node-stopwatch": "0.0.1",
"prettier": "2.4.1",
"prompt-sync": "^4.1.5",
"shelljs": "^0.8.0",
"source-map-explorer": "^1.5.0",
"sync-request": "^4.1.0",
"ts-jest": "^27.1.3",
"tslint": "^5.7.0",
"tslint-react": "^3.2.0",
"typescript": "^4.0.8"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}