-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "memories",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {},
"author": "adiel shalit <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.15.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"bootstrap": "3",
"css-loader": "^0.26.1",
"file-loader": "^0.9.0",
"flickity": "^2.0.5",
"html-loader": "^0.4.4",
"jquery": "2.*",
"moment": "^2.17.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"rtlcss": "^2.1.2",
"style-loader": "^0.13.1",
"sweetalert2": "^6.0.1",
"uglify-js": "^2.7.4",
"url-loader": "^0.5.7",
"vue": "^2.0.5",
"vue-flickity": "^1.0.5",
"vue-loader": "^9.9.0",
"vue-material": "^0.7.1",
"vue-paginate": "^3.4.0",
"vue-router": "^2.0.2",
"vue-select": "^1.3.3",
"vuex": "^2.0.0",
"vuex-router-sync": "next",
"webpack": "^1.13.3",
"webpack-livereload-plugin": "^0.9.0",
"webpack-uglify-js-plugin": "^1.1.9"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-react": "^6.16.0",
"font-awesome": "^4.7.0"
}
}