This repository was archived by the owner on May 31, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 KB
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
{
"name": "fcc-math-latex",
"version": "0.1.0",
"private": true,
"dependencies": {
"chai": "^4.1.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-codemirror2": "^0.0.13",
"react-dom": "^15.6.1",
"react-mathjax-updated": "^0.1.3",
"react-redux": "^5.0.6",
"react-scripts": "1.0.11",
"react-treebeard": "^2.0.3",
"redux": "^3.7.2"
},
"devDependencies": {
"concurrently": "^3.5.0",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"prettier": "^1.6.1"
},
"scripts": {
"start": "npm run merge-challenges && concurrently \"react-scripts start\" \"npm run scss-watch\"",
"build": "react-scripts build && rm -rf docs && mv build docs",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"scss-watch": "cd src/ && scss --watch index.scss:index.css",
"merge-challenges": "node mergeChallenges.js"
},
"author": "David Acosta",
"license": "BSD 3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/juandaco/fcc-math-latex.git"
},
"bugs": {
"url": "https://github.com/juandaco/fcc-math-latex/issues"
},
"homepage": "."
}