forked from NUS-ALSET/achievements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.91 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
{
"name": "achievements",
"description": "nus alset achievements web app",
"version": "0.0.42",
"repository": "https://github.com/NUS-ALSET",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/parser": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@material-ui/core": "3.7.0",
"@material-ui/icons": "^3.0.1",
"@nteract/notebook-preview": "7.1.0",
"axios": "^0.18.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"brace": "^0.11.1",
"compare-versions": "^3.4.0",
"connected-react-router": "^4.3.0",
"date-fns": "^1.29.0",
"downloadjs": "^1.4.7",
"file-saver": "^2.0.1",
"firebase": "^5.5.6",
"firebase-functions": "^3.3.0",
"firebase-queue": "^1.6.1",
"fusioncharts": "^3.13.3",
"history": "^4.7.2",
"html-react-parser": "^0.7.0",
"lodash": "^4.17.10",
"lodash.merge": "^4.6.2",
"mdi-react": "^2.1.19",
"mobx": "^5.1.0",
"mobx-react": "^5.2.8",
"moment": "^2.24.0",
"nuka-carousel": "^4.3.6",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-ace": "^6.1.4",
"react-content-loader": "^3.1.2",
"react-dom": "^16.6.0",
"react-fusioncharts": "^2.0.7",
"react-ga": "^2.5.3",
"react-game-kit": "^1.0.6",
"react-joyride": "^2.0.5",
"react-loadable": "^5.5.0",
"react-markdown": "^4.0.6",
"react-redux": "^5.1.0",
"react-redux-firebase": "^2.2.5",
"react-router": "^4.3.1",
"react-router-dom": "4.3.1",
"react-sortable-hoc": "^1.9.1",
"react-youtube": "^7.8.0",
"recharts": "^1.6.0",
"redux": "^4.0.1",
"redux-firestore": "^0.8.0",
"redux-saga": "^0.16.2",
"reselect": "^4.0.0",
"source-map-explorer": "^1.6.0",
"styled-jsx": "2.2.6"
},
"devDependencies": {
"@firebase/app-types": "0.x",
"cross-env": "^5.1.4",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"firebase-admin": "^8.2.0",
"firebase-json": "^0.4.0",
"firebase-mock": "^2.2.10",
"immutable": "^4.0.0-rc.9",
"jsdom": "^11.12.0",
"jsdom-global": "3.0.2",
"prettier": "^1.15.3",
"react-scripts": "^2.1.2",
"redux-mock-store": "^1.5.1",
"sinon": "^4.3.0",
"targaryen": "^3.1.0"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/8.*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "CI=true react-scripts test -u --env=jsdom",
"windows-test": "set CI=true &&react-scripts test -u --env=jsdom",
"coverage": "CI=true react-scripts test -u --env=jsdom --coverage",
"windows-coverage": "set CI=true &&react-scripts test -u --env=jsdom --coverage",
"eslint": "eslint --fix src",
"prettier": "prettier --write src/**/*.{js,ts}",
"lint": "./scripts/lint.sh",
"windows-lint": "./scripts/lint.bat",
"check-prod": "python3 ./scripts/prod-deploy.py"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}