-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.49 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.49 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "cp-project-name",
"version": "1.0.0",
"description": "cp-project-name",
"main": "src/index.ts",
"scripts": {
"dev": "webpack-dev-server --config ./config/webpack.dev.js",
"prod": "webpack --config ./config/webpack.dev.js && webpack --config ./config/webpack.prod.js",
"test": "karma start",
"test-once": "karma start --single-run"
},
"repository": {
"type": "git"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.42",
"@babel/polyfill": "^7.0.0-rc.2",
"@babel/preset-env": "^7.0.0-beta.42",
"@types/jasmine": "^2.6.3",
"@types/node": "^9.4.6",
"css-loader": "^0.28.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"karma": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-typescript": "^3.0.8",
"karma-typescript-es6-transform": "^1.0.4",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"ts-loader": "^4.1.0",
"typescript": "^2.7.2",
"uglifyjs-webpack-plugin": "^1.2.3",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11",
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.2"
},
"keywords": [
"capivara",
"capivarajs",
"components",
"cp-project-name"
],
"author": "CapivaraJS Team",
"license": "LGPL-3.0",
"dependencies": {
"capivarajs": "^3.10.0"
}
}