-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.8 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
55
56
57
58
59
60
61
62
63
64
{
"name": "intimissimi_novo",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"@types/react-slick": "^0.15.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.0.0-beta.3",
"custom-event-polyfill": "^0.3.0",
"i": "^0.3.6",
"jquery": "^3.3.1",
"npm": "^6.0.1",
"polyfill-custom-event": "^1.0.5",
"promise-polyfill": "7.1.2",
"react-slick": "^0.15.4",
"react-slick-carousel": "^0.14.9",
"reqwest": "^2.0.5",
"reset-css": "^2.2.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/jquery": "^3.2.18",
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4",
"@types/webpack-env": "^1.13.5",
"autoprefixer": "^8.4.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"imagemin-mozjpeg": "^6.0.0",
"imagemin-webpack-plugin": "^1.5.2",
"node-sass": "^4.5.3",
"postcss-loader": "^2.1.4",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"sprite-loader": "^0.3.7",
"spritesmith": "^3.1.1",
"style-loader": "^0.19.0",
"sugarss": "^1.0.1",
"ts-loader": "^4.0.1",
"tslint": "^5.9.1",
"tslint-loader": "^3.6.0",
"typescript": "^2.7.2",
"typescript-eslint-parser": "^11.0.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"webpack-merge": "^4.1.2",
"webpack-spritesmith": "^0.3.3"
},
"scripts": {
"start": "rimraf arquivos && webpack --config webpack.dev.js",
"build": "rimraf arquivos && webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/vitriosdev/intimissimi_site_novo.git"
},
"author": "",
"license": "ISC"
}