-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.84 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.84 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "FRONT",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"watch": "parcel index.html",
"start": "node index.js",
"build": "parcel build index.html --no-minify --public-url ./",
"heroku-postbuild": "yarn build"
},
"dependencies": {
"@material-ui/core": "^1.2.0",
"express": "^4.16.3",
"firebase": "^5.0.4",
"global": "^4.3.2",
"moment": "^2.22.2",
"node-sass": "^4.9.0",
"react": "^16.4.0",
"react-canvas": "^1.3.0",
"react-dom": "^16.4.0",
"react-markdown": "^3.3.3",
"react-router-dom": "^4.3.1",
"react-stripe-checkout": "^2.6.3",
"react-stripe-elements": "^2.0.0",
"stripe": "^6.1.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-plugin-object-rest-spread": "^0.0.0",
"babel-plugin-static-fs": "^1.1.0",
"babel-plugin-stylus-compiler": "^1.4.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-css-import-to-string": "^0.0.2",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-version-inline": "^1.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bows": "^1.7.0",
"dotenv": "^6.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"parcel-bundler": "^1.8.1"
}
}