-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 847 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "front-components-kit",
"version": "1.0.0",
"description": "Kit for building frontend components",
"main": "webpack.config.js",
"scripts": {
"config": "cp node_modules/front-components-compiler/webpack.config.js webpack.config.js & cp node_modules/front-components-compiler/template.twig template.twig & cp node_modules/front-components-compiler/postcss.config.js postcss.config.js & cp node_modules/front-components-compiler/.babelrc .babelrc",
"start": "webpack-dev-server --open",
"build": "webpack -p",
"test": "ava"
},
"dependencies": {
"ava": "^0.19.1",
"components-compiler": "git+https://git@github.com:pdrazewski/components-compiler.git"
},
"repository": {
"type": "git",
"url": "git@github.com:pdrazewski/components-kit.git"
},
"author": "pdrazewski",
"license": "MIT"
}