-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "cellular-automata",
"version": "0.0.1",
"description": "",
"scripts": {
"lint": "tslint './src/**/*.ts'",
"test": "karma start --singleRun",
"build": "webpack -p --watch",
"start": "lite-server"
},
"keywords": [],
"author": "[email protected],uk",
"license": "MIT",
"devDependencies": {
"@types/webpack": "^3.8.1",
"awesome-typescript-loader": "^3.4.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"jasmine": "^2.8.0",
"karma": "^1.7.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.6",
"lite-server": "^2.3.0",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-ext-html-webpack-plugin": "^3.4.5",
"style-loader": "^0.19.0",
"tslint": "^5.8.0",
"tslint-defocus": "^2.0.3",
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.6.1",
"webpack": "^3.8.1"
}
}