-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 953 Bytes
/
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
{
"name": "arm-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"start": "webpack --watch",
"test": "jest"
},
"author": "Dmitriy Akkerman",
"license": "ISC",
"keywords": [
"ui-components",
"ui-kit",
"popup",
"accordion",
"tabs",
"dropdown",
"select",
"lightbox"
],
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-private-methods": "^7.10.4",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"jest": "^26.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"typescript": "^4.1.3"
}
}