-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 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
{
"name": "FontAwesome-Picker",
"version": "1.1.0",
"description": "Quick & easy icon picker",
"main": "src/index.js",
"repository": "[email protected]:chteuchteu/FontAwesome-Picker.git",
"author": "Quentin Stoeckel <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.26.0",
"cross-env": "^5.1.3",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.7.2",
"path": "^0.12.7",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.1.4",
"vue": "^2.5.13",
"vue-icons-picker": "^1.0.6",
"vue-loader": "^13.6.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}