-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "etude",
"version": "0.3.0",
"private": true,
"homepage": "https://cvharris.github.io/etude",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-solid": "^5.0.8",
"@fortawesome/react-fontawesome": "^0.0.17",
"gh-pages": "^1.2.0",
"html2pdf.js": "^0.8.2",
"katex": "^0.10.0-beta",
"lodash": "^4.17.15",
"markdown-it": "^8.4.1",
"markdown-it-math": "^4.1.1",
"react": "^16.2.0",
"react-contenteditable": "^2.0.7",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.7",
"react-scripts": "1.1.1",
"react-select": "^2.0.0-beta.7",
"reactjs-popup": "^1.1.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^3.0.1",
"tachyons": "^4.9.1",
"uuid": "^3.3.2"
},
"scripts": {
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/lodash": "^4.14.104",
"@types/react": "^16.4.0",
"@types/react-fontawesome": "^1.6.2",
"babel-eslint": "^8.2.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"jest-enzyme": "^6.0.2",
"prettier": "github:prettier/prettier",
"prop-types": "^15.6.2",
"redux-devtools-extension": "^2.13.2"
}
}