-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 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
{
"name": "96-clocks",
"version": "1.0.0",
"description": "96 mini clocks, 1 time.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/catc/96-clocks.git"
},
"homepage": "https://catc.github.io/96-clocks",
"keywords": [
"time",
"clocks"
],
"author": "Catalin Covic <catalin.covic@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "node webpack.dev.js",
"build": "NODE_ENV=production node webpack.prod.js",
"analyze": "NODE_ANALYZE=true node webpack.prod.js"
},
"engineStrict": true,
"engines": {
"node": "8.9.4"
},
"dependencies": {
"bezier-easing": "^2.0.3",
"lodash": "^4.17.5"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"awesome-typescript-loader": "^5.0.0-0",
"babel-eslint": "^8.2.2",
"bundle-loader": "^0.5.6",
"css-loader": "^0.28.10",
"eslint": "^4.18.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"node-sass": "^4.7.2",
"postcss-loader": "^2.1.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.2",
"typescript": "^2.7.2",
"webpack": "^4.1.1",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-dev-server": "^3.1.0"
}
}