-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
41
42
43
44
{
"name": "eriese.github.io",
"version": "1.0.0",
"description": "eriese.github.io ================",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server"
},
"babel": {
"presets": [
"env"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/eriese/eriese.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eriese/eriese.github.io/issues"
},
"homepage": "https://github.com/eriese/eriese.github.io#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-angularjs-annotate": "^0.8.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.2"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.19",
"angular": "^1.7.3",
"angular-aria": "^1.7.3",
"angular-sanitize": "^1.7.3",
"gsap": "^1.20.6",
"jquery-slim": "^3.0.0",
"npm": "^6.3.0"
}
}