This repository has been archived by the owner on Jun 23, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
132 lines (132 loc) · 4.83 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "arcade-mode",
"version": "1.0.0",
"description": "An interview preparation app featuring algorithm and data structure questions.",
"main": "server/server.js",
"scripts": {
"build": "NODE_ENV=production gulp build",
"build-dev": "NODE_ENV=development gulp build-dev",
"build-github": "NODE_ENV=production DEST=github gulp build",
"postinstall": "npm run build && bin/buildSWCacheFile.js && bin/fetchAndProcessRosettaCodeTasks.js",
"start": "node --use-strict server/server.js",
"test": "NODE_ENV=test mocha --require test/helpers/browser.js --compilers .:babel-core/register --recursive test --exit",
"test:coverage": "NODE_ENV=test bin/cover_test_client.sh && bin/cover_test_server.sh",
"test:client": "NODE_ENV=test mocha --require test/helpers/browser.js --compilers .:babel-core/register --opts test/client/**/*.{js,jsx} --recursive test/client --exit",
"test:challenges": "NODE_ENV=test mocha --require test/helpers/browser.js --compilers .:babel-core/register --recursive test/client/scripts/challenges/ --exit",
"test:euler": "NODE_ENV=test mocha --require test/helpers/browser.js --compilers .:babel-core/register --recursive test/client/scripts/challenges/projecteuler.js --exit",
"test:rosetta": "NODE_ENV=test mocha --require test/helpers/browser.js --compilers .:babel-core/register --recursive test/client/scripts/challenges/rosettacode.js --exit",
"test:server": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive test/server --exit",
"watch": "NODE_ENV=production gulp watch",
"watch-dev": "NODE_ENV=development gulp watch-dev",
"watch-sync": "NODE_ENV=development gulp browser-sync"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/freeCodeCamp/arcade-mode.git"
},
"author": "freeCodeCamp",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/freeCodeCamp/arcade-mode/issues"
},
"homepage": "https://github.com/freeCodeCamp/arcade-mode#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-istanbul": "^0.12.2",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"babelify": "^8.0.0",
"benchmark": "^2.1.4",
"browser-sync": "^2.18.11",
"browserify": "^15.2.0",
"browserify-incremental": "^3.1.1",
"bundle-collapser": "^1.2.1",
"canvas": "^1.6.9",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-enzyme": "^0.8.0",
"chai-immutable": "^1.6.0",
"cheerio": "^0.22.0",
"command-line-args": "^5.0.1",
"csv-parser": "^1.12.0",
"debug": "^3.1.0",
"del": "^3.0.0",
"dotenv": "^4.0.0",
"envify": "^4.0.0",
"enzyme": "^2.9.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"fake-indexeddb": "^2.0.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-cache": "^1.0.2",
"gulp-cssmin": "^0.2.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-jsoncombine": "^1.0.3",
"gulp-manifest3": "^0.1.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"istanbul": "^0.4.5",
"jsdom": "^11.5.1",
"merge-stream": "^1.0.1",
"mocha": "^5.0.0",
"node-fetch": "^1.7.1",
"node-sass": "^4.7.2",
"performance-now": "^2.1.0",
"react-test-renderer": "^15.6.2",
"recursive-readdir": "^2.2.1",
"sinon": "^4.1.6",
"through2": "^2.0.3",
"tiny-worker": "^2.1.1",
"uglifyify": "^3.0.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"acorn": "^4.0.13",
"babel-core": "^6.25.0",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"caniuse-lite": "^1.0.30000692",
"codemirror": "^5.25.2",
"compression": "^1.6.2",
"detect-browser": "^2.0.0",
"express": "^4.15.2",
"helmet": "^3.6.0",
"immutable": "^3.8.1",
"mongodb": "^3.0.1",
"mongoose": "^5.0.1",
"morgan": "^1.8.1",
"prop-types": "^15.5.8",
"pug": "^2.0.0-rc.2",
"react": "^15.6.2",
"react-bootstrap": "^0.32.0",
"react-codemirror": "^0.3.0",
"react-dom": "^15.6.2",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^5.0.4",
"react-share": "^1.15.0",
"redux": "^3.7.0",
"redux-immutable": "^4.0.0",
"redux-immutable-state-invariant": "^2.0.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"serve-favicon": "^2.4.2"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
}
}