-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.8 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.8 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
58
59
{
"name": "demondin",
"version": "1.0.0",
"description": "Youmacon CRM",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"browserify": "browserify -d -e jsx/main.jsx -o public/bundle.js --extension=.jsx -t [ babelify --presets [ @babel/preset-env @babel/preset-react ] --plugins [ @babel/plugin-proposal-class-properties ] ] -t sassify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KellyLSB/demondin.git"
},
"author": "",
"license": "All rights",
"bugs": {
"url": "https://github.com/KellyLSB/demondin/issues"
},
"homepage": "https://github.com/KellyLSB/demondin#readme",
"dependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"apollo-boost": "^0.1.28",
"apollo-client": "^2.5.1",
"apollo-link-ws": "^1.0.17",
"email-validator": "^2.0.4",
"graphql": "^14.1.1",
"prop-types": "^15.6.2",
"react": "^16.6.1",
"react-apollo": "^2.4.1",
"react-datepicker": "^2.0.0",
"react-number-format": "^4.0.4",
"react-stripe-elements": "^3.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"subscriptions-transport-ws": "^0.9.16",
"yarn": "^1.22.10"
},
"devDependencies": {
"babel-loader": "^8.0.4",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"css-loader": "^1.0.1",
"cssify": "^1.0.3",
"file-loader": "^2.0.0",
"react-dom": "^16.6.1",
"semantic-ui": "^2.4.2",
"style-loader": "^0.23.1",
"typescript": "^3.5.2",
"url-loader": "^1.1.2",
"watchify": "^3.11.0",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2"
}
}