-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.ori.json
90 lines (90 loc) · 2.65 KB
/
package.ori.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
{
"name": "ttap-web",
"version": "0.1.0",
"author": "Wong Jia Hau <[email protected]>",
"private": true,
"dependencies": {
"@types/react": "^16.0.33",
"@types/react-dom": "^16.0.1",
"chai": "^4.1.2",
"date-fns": "^1.29.0",
"file-saver": "^1.3.3",
"flatpickr": "^4.3.2",
"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",
"material-ui": "^1.0.0-beta.24",
"material-ui-icons": "^1.0.0-beta.15",
"phin": "^2.5.4",
"raf": "^3.4.0",
"react": "^16.0.0",
"react-autosuggest": "^9.3.2",
"react-countup": "^3.0.2",
"react-dom": "^16.0.0",
"react-flatpickr": "^3.6.3",
"react-grid-layout": "^0.16.0",
"react-highlight-words": "^0.11.0",
"react-markdown": "^3.1.3",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"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"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/file-saver": "^1.3.0",
"@types/js-combinatorics": "^0.5.29",
"@types/mocha": "^2.2.43",
"@types/node": "^9.3.0",
"@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",
"node-stopwatch": "0.0.1",
"prompt-sync": "^4.1.5",
"shelljs": "^0.8.0",
"source-map-explorer": "^1.5.0",
"sync-request": "^4.1.0",
"tslint": "^5.7.0",
"tslint-react": "^3.2.0",
"typescript": "^2.5.3"
}
}