-
Notifications
You must be signed in to change notification settings - Fork 434
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.19 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.19 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
{
"name": "algolia-frontend-components",
"version": "0.0.34",
"description": "Algolia components",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"watch": "node build/development.js --erb",
"build": "npm run clean --silent && node build/build.js --silent",
"build:erb": "npm run clean --silent && node build/build.js --erb",
"serve": "webpack-dev-server --config build/serve.js"
},
"author": "Jonas Badalic",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.1.9",
"babel-preset-es2015": "^6.22.0",
"chalk": "^2.0.0",
"deepmerge": "^2.0.0",
"glob": "^7.1.1",
"node-sass": "^4.5.0",
"path": "^0.12.7",
"progress": "^2.0.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"devDependencies": {
"babel-loader": "7.1.5",
"css-loader": "0.28.11",
"extract-loader": "2.0.1",
"file-loader": "0.11.2",
"html-loader": "0.5.5",
"html-webpack-plugin": "2.30.1",
"json-loader": "0.5.7",
"raw-loader": "0.5.1",
"sass-loader": "6.0.7",
"style-loader": "0.21.0",
"url-loader": "1.0.1"
}
}